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 38c25efde0 Use single quotes for code in the emitter
Strings with code should use single quotes so that double quotes (which
I generally prefer) could be used in the code itself without escaping.
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 Use single quotes for code in the emitter 13 years ago
parser.js Use single quotes for code in the emitter 13 years ago
parser.pegjs src/parser.pegjs: Use radix in |parseInt| calls instead of "0x" prefix 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 Fix comment typos 13 years ago