pegjs/packages/pegjs
2018-09-25 19:15:16 +01:00
..
bin Use input/output from the config file 2018-09-14 03:43:09 +01:00
lib runInContext -> evalModule 2018-09-25 19:15:16 +01:00
typings runInContext -> evalModule 2018-09-25 19:15:16 +01:00
LICENSE Move PEG.js to packages/pegjs 2018-09-08 02:39:12 +01:00
package.json Move PEG.js to packages/pegjs 2018-09-08 02:39:12 +01:00
README.md Move PEG.js to packages/pegjs 2018-09-08 02:39:12 +01:00

ci coverage license

PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.

PEG.js is still very much work in progress. There are no compatibility guarantees until version 1.0

features

  • Simple and expressive grammar syntax
  • Integrates both lexical and syntactical analysis
  • Parsers have excellent error reporting out of the box
  • Based on parsing expression grammar formalism - more powerful than traditional LL(k) and LR(k) parsers
  • Usable from your browser, from the command line, or via JavaScript API

documentation

license

Released under the MIT License.

Copyright (c) 2010-2016 David Majda
Copyright (c) 2017+ Futago-za Ryuu