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.
Futago-za Ryuu 93cc6c5b26 Parser calls AST node creator now
Before this commit, the PEG.js parser always created the AST using a plain JavaSctript object, but allthough simple and effective for the job, this method sacrificies performance slightly.

From now on the parser shall call a Node creator. This should help with performance, as well as in the future move some AST helpers into the new AST functions.
6 years ago
..
compiler Added utility methods for objects 6 years ago
parser Parser calls AST node creator now 6 years ago
typings Added utility methods for objects 6 years ago
util Added utility methods for objects 6 years ago
.eslintrc.js Disabled eslint rule 'prefer-spread' 7 years ago
grammar-error.js Update code format and style 7 years ago
peg.d.ts Added 'lib/peg.d.ts' for internal use 6 years ago
peg.js Added utility methods for objects 6 years ago