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 0b4d63ee91 Make sure source gets passed in as a string 6 years ago
bin Make sure source gets passed in as a string I noticed that if you passed in just a number, JS would helpfully parse that and then `source.length` was undefined, which broke the lexer. 6 years ago
src Add lambdas 6 years ago
test Add lambdas 6 years ago
.gitignore Add .DS_Store and .oslo files to gitignore I keep test .oslo files around and I hate not having a clean repo. 6 years ago
LICENSE Initial commit 7 years ago
package-lock.json Saving state 6 years ago
package.json Implement test helper functions 6 years ago