6 lines
288 B
Plaintext
6 lines
288 B
Plaintext
Pegex attempts to be the simplest way to define new (or old) Domain
|
|
Specific Languages (DSLs) that need to be used in several programming
|
|
languages and environments. Things like JSON, YAML, Markdown etc.
|
|
It also great for writing parsers/compilers that only need to work
|
|
in one language.
|