A templating language that looks like Lisp and compiles to HTML
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker ef0845237f Allow whitespace while between quotes před 7 roky
..
compiler.js First try at the compiler No variables or conditionals or anything yet, just the basic ability to turn s-expressions into HTML. před 7 roky
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. před 7 roky
parser.js First try at the compiler No variables or conditionals or anything yet, just the basic ability to turn s-expressions into HTML. před 7 roky