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 just wanted to thank the developers for this fantastic parser generator. It has all I needed out-of-the-box ! I wrote a great parser in a couple of hours !
You may want to highlight these great features in the README:
parses directly to a custom AST data structure
reports the error that is the furthest in the input (and not at the beginning of the alternatives that failed)
computes the expected tokens at the point of failure, and shows them in the error message
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just wanted to thank the developers for this fantastic parser generator. It has all I needed out-of-the-box ! I wrote a great parser in a couple of hours !
You may want to highlight these great features in the README:
Beta Was this translation helpful? Give feedback.
All reactions