A templating language that looks like Lisp and compiles to HTML
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker 06ab1b52d4 Compile function applications (named and lambda) před 5 roky
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. před 5 roky
src Compile function applications (named and lambda) před 5 roky
test Compile function applications (named and lambda) před 5 roky
.gitignore Add .DS_Store and .oslo files to gitignore I keep test .oslo files around and I hate not having a clean repo. před 5 roky
LICENSE Initial commit před 6 roky
package-lock.json Saving state před 5 roky
package.json Implement test helper functions před 5 roky