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.
d73a5208a0
Simplify regexps that specify ranges of characters to escape with "\xXX" and "\uXXXX" in various escaping functions. Until now, these regexps were (mostly) mutually exclusive with more selective regexps applied before them, but this became a maintenance headache. I decided to abandon the exclusivity, which allowed to simplify these regexps (at the cost of introducing an ordering dependency). |
9 years ago | |
---|---|---|
.. | ||
compiler | 9 years ago | |
utils | 9 years ago | |
.eslintrc.json | 9 years ago | |
compiler.js | 9 years ago | |
grammar-error.js | 9 years ago | |
parser.js | 9 years ago | |
peg.js | 9 years ago |