A templating language that looks like Lisp and compiles to HTML
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker 76c6eac9b5 Implement conditionals 5 år sedan
bin Make sure source gets passed in as a string 5 år sedan
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 år sedan
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 år sedan
.gitignore Add .DS_Store and .oslo files to gitignore 5 år sedan
LICENSE Initial commit 6 år sedan
package-lock.json Saving state 5 år sedan
package.json Implement test helper functions 5 år sedan