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 3dbec0b30d PEG.js grammar: Fix how |rawText| is created
Before this commit, the value of the |rawText| property of "class" AST
nodes was created in a hackish way from processed input and it didn't
always exactly represent the actual input text.

This commit changes the code so that the value of the |rawText| property
is created using the |text| function. This is a clean way which also
resolves the exact representation problem.
10 years ago
..
compiler PEG.js grammar: Disallow empty sequences 10 years ago
compiler.js .jshintrc: Add the "forin" option & fix fallout 11 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js PEG.js grammar: Fix how |rawText| is created 10 years ago
peg.js Update version to 0.8.0 11 years ago
utils.js .jshintrc: Add the "forin" option & fix fallout 11 years ago