pegjs/lib
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.
2014-04-06 14:53:57 +02:00
..
compiler PEG.js grammar: Disallow empty sequences 2014-04-04 11:25:20 +02:00
compiler.js .jshintrc: Add the "forin" option & fix fallout 2013-12-14 21:50:43 +01:00
grammar-error.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
parser.js PEG.js grammar: Fix line continuation handling in character classes 2014-04-06 14:53:57 +02:00
peg.js Update version to 0.8.0 2013-12-24 08:24:35 +01:00
utils.js .jshintrc: Add the "forin" option & fix fallout 2013-12-14 21:50:43 +01:00