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 1c11e4aaa3 Split |literal| rule in the PEG.js grammar to |literal| and |string|
This is just a formality now but it will make sense later when literals
(but not strings) will allow "i" flag for case-insensitive matching.
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 Compile Codie templates only once 13 years ago
parser.js Split |literal| rule in the PEG.js grammar to |literal| and |string| 13 years ago
parser.pegjs Split |literal| rule in the PEG.js grammar to |literal| and |string| 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