Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
simulacrumparty
/
sexp-template
Segui
1
Vota
0
Forka
0
Codice
Rilasci
0
Attività
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.
14
Commit
1
Ramo (Branch)
Albero (Tree):
69dc0975d0
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '69dc0975d0'
${ noResults }
sexp-template
/
test
Cronologia
Dylan Baker
564b4808e9
Allow using variables as attribute values
7 anni fa
..
compiler.js
Allow using variables as attribute values
7 anni fa
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.
7 anni fa
parser.js
Allow using variables as attribute values
7 anni fa