A templating language that looks like Lisp and compiles to HTML
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker 564b4808e9 Allow using variables as attribute values vor 5 Jahren
..
compiler.js Allow using variables as attribute values vor 5 Jahren
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. vor 5 Jahren
parser.js Allow using variables as attribute values vor 5 Jahren