Home - parboiled1/parboiled GitHub Wiki
parboiled is a mixed Java/Scala library providing for lightweight and easy-to-use, yet powerful and elegant parsing of arbitrary input text based on Parsing expression grammars (PEGs). PEGs are an alternative to context free grammars (CFGs) for formally specifying syntax, they make a good replacement for regular expressions and generally have quite a few advantages over the "traditional" way of building parsers via CFGs. parboiled is released under the Apache License 2.0.
The latest released version is 1.1.6.
Latest Blog Posts
→ parboiled 0.11.0 released
→ parboiled 0.10.0 released
→ parboiled 0.9.9 released
→ parboiled for Scala
Downloads
parboiled artifacts are available from Maven Central.
Support, Feedback, General Discussion
Please use the parboiled mailing list and forum at users.parboiled.org !