Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parboiled PEG parser generator #97

Open
simonwibberley opened this issue Jun 2, 2016 · 0 comments
Open

Parboiled PEG parser generator #97

simonwibberley opened this issue Jun 2, 2016 · 0 comments

Comments

@simonwibberley
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant