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.
David Majda aeb2cb4f1c Make sure quoting functions output only ASCII characters
This patch prevents portability problems. In particular, it fixes a
problem where "SyntaxError: Invalid range in character class." error
appeared when using command-line version on Widnows (see GH-13).
14 years ago
..
checks.js Compiler checks and passes are named for easier reference from tests 14 years ago
compiler.js Remove now mostly useless comment headers from the code 14 years ago
emitter.js Make sure quoting functions output only ASCII characters 14 years ago
parser.js Make sure quoting functions output only ASCII characters 14 years ago
parser.pegjs Simplify utility functions structure + do not export them as part of the PEG object 14 years ago
passes.js Compiler checks and passes are named for easier reference from tests 14 years ago
peg.js Export PEG.VERSION property with PEG.js version 14 years ago
utils.js Make sure quoting functions output only ASCII characters 14 years ago