Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
simulacrumparty
/
sexp-template
Observar
1
Favorito
0
Fork
0
Código
Versões
0
Atividade
A templating language that looks like Lisp and compiles to HTML
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
13
Commits
1
Branch
Tag:
564b4808e9
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 564b4808e9
${ noResults }
sexp-template
/
test
Histórico
Dylan Baker
564b4808e9
Allow using variables as attribute values
7 anos atrás
..
compiler.js
Allow using variables as attribute values
7 anos atrás
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 anos atrás
parser.js
Allow using variables as attribute values
7 anos atrás