You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
compiler Detect newlines using charCodeAt instead of charCode 8 years ago
utils Remove trailing commas in object literals 9 years ago
.eslintrc.json ESLint: Set environments better 8 years ago
compiler.js Expose the AST node visitor builder via PEG.compiler.visitor 8 years ago
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 9 years ago
parser.js Detect newlines using charCodeAt instead of charCode 8 years ago
peg.js Update version to 0.9.0 9 years ago