A templating language that looks like Lisp and compiles to HTML
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker 564b4808e9 Allow using variables as attribute values 6 роки тому
..
compiler.js Allow using variables as attribute values 6 роки тому
lexer.js Allow whitespace while between quotes What was happening was that spaces were allowed in all literals to account for quoted strings, but this meant that two identifiers in a row would get parsed as a single literal. This commit sets a flag to allow whitespace in literals when a quote is encountered and then unsets that flag at the next quote. 6 роки тому
parser.js Allow using variables as attribute values 6 роки тому