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 cc416199be src/parser.pegjs: Add missing semicolons
Fixes the following JSHint errors:

  ./src/parser.js: line 193, col 18, Missing semicolon.
  ./src/parser.js: line 407, col 20, Missing semicolon.
  ./src/parser.js: line 2493, col 18, Missing semicolon.
  ./src/parser.js: line 2759, col 40, Missing semicolon.
13 years ago
..
checks.js Compiler checks and passes are named for easier reference from tests 14 years ago
compiler.js Rewrite variable handling in generated parsers 13 years ago
emitter.js src/emitter.js: Sync |escape| in generated parsers with utils.js 13 years ago
parser.js src/parser.pegjs: Add missing semicolons 13 years ago
parser.pegjs src/parser.pegjs: Add missing semicolons 13 years ago
passes.js src/passes.js: Add missing semicolon 13 years ago
peg.js src/peg.js: Prevent redefinition of |undefined| differently 13 years ago
utils.js src/utils.js: Fix unescaped "]" inside a regexp 13 years ago