aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-parslet/pkg-descr
blob: 66f83c8dfd3d6610fbe503eb7c7d8879047217c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Parslet is a small Ruby library for constructing parsers in the PEG (Parsing
Expression Grammar) fashion.

Parslet makes developing complex parsers easy. It does so by
- providing the best error reporting possible
- not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing the
atoms of your language first; parslet takes pride in making this possible.

WWW: https://kschiess.github.io/parslet/