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 756b6fc473 Fix |resultStackDepth| computation for sequences
The |1 + ...| was wrong -- sequence does not need its own variable since
it reuses the one used by the first item.

Part of a fix for GH-53.
13 years ago
..
checks.js Compiler checks and passes are named for easier reference from tests 14 years ago
compiler.js src/compiler.js: Fix variable redefinition 13 years ago
emitter.js Implament case-insensitive class matching 13 years ago
parser.js Fix |resultStackDepth| computation for sequences 13 years ago
parser.pegjs PEG.js grammar: Replace two instances of |string / ""| by |string?| 13 years ago
passes.js Fix |resultStackDepth| computation for sequences 13 years ago
peg.js src/peg.js: Prevent redefinition of |undefined| differently 13 years ago
utils.js Fix comment typos 13 years ago