fb72c430e6
Before this commit, a line continuation (backslash followed by a line terminator character) contributed a character to a string or a character class it was used in. In JavaScript and many other languages, line continuation doesn't contribute anything. This commit aligns PEG.js line continuation behavior with JavaScript. |
||
---|---|---|
.. | ||
compiler | ||
compiler.js | ||
grammar-error.js | ||
parser.js | ||
peg.js | ||
utils.js |