Replies: 1 comment
-
Note that the manual implementation of EOL whitespace is because I could not get it working as intended - there is a performance penalty (~10-15ms in my benchmarks) I wanted expressions to be separated by either EOL or ';', work operators and expressions able to span lines |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My interpreter is working, and I'm now looking towards improving performance
Any obvious ways I can improve parsing speed for the grammar below?
Beta Was this translation helpful? Give feedback.
All reactions