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 think #417 is the same request as yours? If there was a new tab in the right part of the preview, showing the list of tokens that were lexed, would that be enough?
I don't think #417 is the same thing. #417 wants to see tokens associated with a specific parser rule. This ticket (430) is about wanting lexer tokens, without having written a parser.
Lexer rules can't be tested, but having them work correctly is fundamental to having a parser rule work.
I was able to code Python unit tests for the lexer rules, to aid in my development and debug:
https://gist.github.com/nmz787/cf98aa465a4d071a937cf74788687a54
but it was quite unexpected that the visual plugin couldn't do this.
The text was updated successfully, but these errors were encountered: