pegjs/lib/compiler
David Majda d73a5208a0 Simplify various escaping functions
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).
2016-06-11 13:29:50 +02:00
..
passes Simplify various escaping functions 2016-06-11 13:29:50 +02:00
asts.js Fix labels leaking to outer scope 2016-03-11 16:42:03 +01:00
js.js Simplify various escaping functions 2016-06-11 13:29:50 +02:00
opcodes.js Fix comment typo 2015-08-18 10:58:22 +02:00
visitor.js Fix labels leaking to outer scope 2016-03-11 16:42:03 +01:00