pegjs/lib
David Majda fb72c430e6 PEG.js grammar: Fix line continuation handling
Before this commit, a line continuation (backslash followed by a line
terminator character) contributed a character to a string or a character
class it was used in. In JavaScript and many other languages, line
continuation doesn't contribute anything.

This commit aligns PEG.js line continuation behavior with JavaScript.
2014-04-04 11:25:20 +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 2014-04-04 11:25:20 +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