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.
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 година