Skip to content
David Liu edited this page Apr 6, 2023 · 1 revision

https://pegjs.org/

A simple parser generator for JavaScript that produces fast parsers.

  • You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.

Clone this wiki locally