This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
simulacrumparty
/
sexp-template
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sürümler
0
Aktivite
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.
48
İşlemeler
1
Dal
Ağaç:
f4f4f18106
master
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'f4f4f18106'den
${ noResults }
sexp-template
/
test
Geçmiş
Dylan Baker
f4f4f18106
Add comparison functions to core env
6 yıl önce
..
compilerTest.js
Prettier :/
6 yıl önce
coreTest.js
Add comparison functions to core env
6 yıl önce
helpers.js
Create simple compiler class Just numbers and strings for now
6 yıl önce
lexerTest.js
Implement test helper functions
6 yıl önce
parserTest.js
Implement conditionals Currently I'm relying on JavaScript's semantics around truthiness. I think I'm going to retain that ease of use (i.e. `(if list #t #f)` should return true if the list has more than 0 elements, etc) but I want to specify that behavior myself.
6 yıl önce