Skip to content
Mathias edited this page Mar 11, 2022 · 24 revisions

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.4.1.

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.

Clone this wiki locally