Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
simulacrumparty
/
sexp-template
Следить
1
В избранное
0
Форкнуть
0
Код
Релизы
0
Активность
A templating language that looks like Lisp and compiles to HTML
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
48
коммитов
1
ветка
Дерево:
f4f4f18106
master
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из 'f4f4f18106'
${ noResults }
sexp-template
/
test
История
Dylan Baker
f4f4f18106
Add comparison functions to core env
6 лет назад
..
compilerTest.js
Prettier :/
6 лет назад
coreTest.js
Add comparison functions to core env
6 лет назад
helpers.js
Create simple compiler class Just numbers and strings for now
6 лет назад
lexerTest.js
Implement test helper functions
6 лет назад
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 лет назад