A templating language that looks like Lisp and compiles to HTML
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker ef0845237f Allow whitespace while between quotes 6 년 전
src 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 년 전
test 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 년 전
.gitignore Initial commit 7 년 전
LICENSE Initial commit 7 년 전
package-lock.json Package lock 7 년 전
package.json Update prettier config 7 년 전