3dbec0b30d
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. |
||
---|---|---|
.. | ||
compiler | ||
compiler.js | ||
grammar-error.js | ||
parser.js | ||
peg.js | ||
utils.js |