64eb5faf54
Before this commit, line continuations in character classes contributed an empty string to the list of characters and character ranges matched by a class. While this didn't lead to a buggy behavior with the current code generator, the AST was wrong and the problem could have caused bugs later. This commit fixes the problem. |
||
---|---|---|
.. | ||
compiler | ||
compiler.js | ||
grammar-error.js | ||
parser.js | ||
peg.js | ||
utils.js |