Lightweight, easy-to-use, and powerful parsing library for Java and Scala based on PEG grammars.
<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-core</artifactId>
<version>1.4.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and run a PEG parser with Parboiled.
For new projects in Scala, use Parboiled2; for Java, stick with 1.x.
No dependency data recorded yet.