ply icon indicating copy to clipboard operation
ply copied to clipboard

allow user actions in debug mode

Open chdelfosse opened this issue 9 months ago • 1 comments

I suggest to add a one line mod (actually addition) "lexobj.lexdebug=debug" at line 980 of lex.py

in order to allow a line ( in a lex user rule) if t.lexer.lexdebug: print("beginning %s"%t.lexer.FUTURE)

the functional code would NOT be impacted the suggested element begins with 'lex'

chdelfosse avatar May 13 '24 15:05 chdelfosse