A templating language that looks like Lisp and compiles to HTML
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dylan Baker 76c6eac9b5 Implement conditionals 5 年前
bin Make sure source gets passed in as a string 5 年前
src 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 年前
test 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 年前
.gitignore Add .DS_Store and .oslo files to gitignore 5 年前
LICENSE Initial commit 6 年前
package-lock.json Saving state 5 年前
package.json Implement test helper functions 5 年前