Operator Precedence: Allow parser to parse atoms alone #391
Unanswered
SlashScreen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with the example operator precedence parser, but I am unsure about 1 thing as I modify it: In the example, it has a function for lexing/parsing atoms manually; is there a way I can let it try to parse atoms using the rules described in the parser? Or am I forced to manually parse numbers, strings, etc?
Beta Was this translation helpful? Give feedback.
All reactions