Replies: 1 comment 1 reply
-
Hi @nugmanoff, it definitely is possible, and we have a few examples of this in our benchmark suite:
You could play around with those to see if they do what you want and have the performance characteristics you need. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys! First of all, thanks for an amazing library.
I am exploring ways to do lexing and then parsing into AST.
Valid syntax is something like numi.app / numbr.dev, i.e. intuitive notepad calculator kind of thing.
Looks like I can do it with swift-parsing, but maybe there are some performance quirks / pitfalls I am overlooking here. Alternative is to do it all by hand, just the usual scanning/parsing thing.
Appreciate any advice / opinion
Beta Was this translation helpful? Give feedback.
All reactions