You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the user lex code should have read (to make the purpose clearer):
if t.lexer.lexdebug:
print("beginning %s"%t.lexer.FUTURE)
t.lexer.begin(t.lexer.FUTURE)
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'
The text was updated successfully, but these errors were encountered: