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 062c6ae706 Escape backspace in regexp classes as "\b", not "\x08"
The "\x08" escaping is necessary only outside of classes (where "\b"
means "word boundary").
8 years ago
..
compiler Escape backspace in regexp classes as "\b", not "\x08" 8 years ago
utils Replace objects.keys with Object.keys 8 years ago
.eslintrc.json ESLint: Set environments better 8 years ago
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 9 years ago
parser.js Escape vertical tab as "\v", not "\x0B" 8 years ago
peg.js Remove "undefined" redefinition protection 8 years ago