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 64eb5faf54 PEG.js grammar: Fix line continuation handling in character classes
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.
10 years ago
..
compiler PEG.js grammar: Disallow empty sequences 10 years ago
compiler.js .jshintrc: Add the "forin" option & fix fallout 11 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js PEG.js grammar: Fix line continuation handling in character classes 10 years ago
peg.js Update version to 0.8.0 10 years ago
utils.js .jshintrc: Add the "forin" option & fix fallout 11 years ago