2 Commits (d06a5b52efcf0fa4b9e5bf21f97607786c1c7db5)

Author SHA1 Message Date
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
Futago-za Ryuu db70215c4a Added 'header' option (#491) 6 years ago