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 d82d4ed612 Don't wrap eaches in an empty function call node 7 år sedan
bin Implement mapping 7 år sedan
src Don't wrap eaches in an empty function call node Because I was assuming that every expression started with a literal, calls to `each` were getting wrapped by a functionCall node with no functionName, which was subsequently ignored by the compiler. This removes all of that uselessness 7 år sedan
test Redo map as each, still playing with the syntax 7 år sedan
.gitignore Initial commit 7 år sedan
LICENSE Initial commit 7 år sedan
package-lock.json Implement CLI 7 år sedan
package.json Implement CLI 7 år sedan