pegjs/lib
David Majda 88f1d1369b Detect newlines using charCodeAt instead of charCode
In generated parsers, detect newlines using charCodeAt instead of
charCode. This should be slightly faster.
2016-02-05 17:53:26 +01:00
..
compiler Detect newlines using charCodeAt instead of charCode 2016-02-05 17:53:26 +01:00
utils Remove trailing commas in object literals 2015-08-21 16:02:13 +02:00
.eslintrc.json ESLint: Set environments better 2016-01-29 14:50:38 +01:00
compiler.js Expose the AST node visitor builder via PEG.compiler.visitor 2015-12-11 14:09:38 +01:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js Detect newlines using charCodeAt instead of charCode 2016-02-05 17:53:26 +01:00
peg.js Update version to 0.9.0 2015-08-30 08:22:26 +02:00