A templating language that looks like Lisp and compiles to HTML
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker f4f4f18106 Add comparison functions to core env 5 роки тому
..
compilerTest.js Prettier :/ 5 роки тому
coreTest.js Add comparison functions to core env 5 роки тому
helpers.js Create simple compiler class Just numbers and strings for now 5 роки тому
lexerTest.js Implement test helper functions 5 роки тому
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. 5 роки тому