Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
simulacrumparty
/
sexp-template
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Wydania
0
Aktywność
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.
15
Commity
1
Gałąź
Drzewo:
4ae6bd884b
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '4ae6bd884b'
${ noResults }
sexp-template
/
test
Historia
Dylan Baker
564b4808e9
Allow using variables as attribute values
6 lat temu
..
compiler.js
Allow using variables as attribute values
6 lat temu
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 lat temu
parser.js
Allow using variables as attribute values
6 lat temu