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
Just wanted to message to say thanks for the great project! And that I've just put together the initial workings of a Java parser generator written in parboiled. Parboiled hit the sweet spot between regex and CFG (antlr etc.) but I really liked the parser generator aspect of those others.
Currently it can generate a parboiled parser for the original PEG specification.
Hi there,
Just wanted to message to say thanks for the great project! And that I've just put together the initial workings of a Java parser generator written in parboiled. Parboiled hit the sweet spot between regex and CFG (antlr etc.) but I really liked the parser generator aspect of those others.
Currently it can generate a parboiled parser for the original PEG specification.
Thoughts, comments are welcomed!
Thanks again,
Simon
https://github.com/simonwibberley/parboiledpeg
The text was updated successfully, but these errors were encountered: