pegjs/src
David Majda b80cd9cb02 src/parser.pegjs: Use strict comparison
Fixes the following JSHint errors:

  ./src/parser.js: line 460, col 50, Expected '!==' and instead saw '!='.
  ./src/parser.js: line 486, col 42, Expected '!==' and instead saw '!='.
2011-09-18 16:25:46 +02:00
..
checks.js Compiler checks and passes are named for easier reference from tests 2010-08-21 11:55:46 +02:00
compiler.js Rewrite variable handling in generated parsers 2011-09-01 20:15:54 +02:00
emitter.js src/emitter.js: Sync |escape| in generated parsers with utils.js 2011-09-18 16:25:46 +02:00
parser.js src/parser.pegjs: Use strict comparison 2011-09-18 16:25:46 +02:00
parser.pegjs src/parser.pegjs: Use strict comparison 2011-09-18 16:25:46 +02:00
passes.js src/passes.js: Add missing semicolon 2011-09-18 16:25:46 +02:00
peg.js src/peg.js: Prevent redefinition of |undefined| differently 2011-09-18 16:25:46 +02:00
utils.js src/utils.js: Fix unescaped "]" inside a regexp 2011-09-18 16:25:46 +02:00