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 refactor the CustomLexer and Parser APIs so that the methods indended to be used by the lexer functions and parser functions aren't on the lexer and parser objects themselves.
Probably I'll move them to some kind of context type.
I want to refactor the
CustomLexerandParserAPIs so that the methods indended to be used by the lexer functions and parser functions aren't on the lexer and parser objects themselves.Probably I'll move them to some kind of context type.