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
I want to peek into the state stack in my helper functions. I can see I have access to the parser as "parser", and this does have a member "lexer", but that in turn does not have a member "conditionStack" as I would have expected.
The text was updated successfully, but these errors were encountered:
+1 I want to get better error messages from parser, instead of string message.
If I could get current match from lexer and current stack, I would make a better suggestion for my users how to fix a syntax error
I want to peek into the state stack in my helper functions. I can see I have access to the parser as "parser", and this does have a member "lexer", but that in turn does not have a member "conditionStack" as I would have expected.
The text was updated successfully, but these errors were encountered: