Peggy is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. It is the successor of PEG.js and offers a simple and expressive grammar syntax. Peggy can be used for processing complex data or computer languages and building transformers, interpreters, compilers, and other tools easily. It supports both lexical and syntactical analysis and includes source map support. Full documentation is available at peggyjs.org.
1 Comment
Sort: