このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
simulacrumparty
/
sexp-template
ウォッチ
1
スター
0
フォーク
0
コード
リリース
0
アクティビティ
A templating language that looks like Lisp and compiles to HTML
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
13
コミット
1
ブランチ
ツリー:
564b4808e9
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'564b4808e9' から
${ noResults }
sexp-template
/
test
履歴
Dylan Baker
564b4808e9
Allow using variables as attribute values
7年前
..
compiler.js
Allow using variables as attribute values
7年前
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年前
parser.js
Allow using variables as attribute values
7年前