A templating language that looks like Lisp and compiles to HTML
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 76c6eac9b5 Implement conditionals 5 anos atrás
bin Make sure source gets passed in as a string 5 anos atrás
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 anos atrás
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 anos atrás
.gitignore Add .DS_Store and .oslo files to gitignore 5 anos atrás
LICENSE Initial commit 6 anos atrás
package-lock.json Saving state 5 anos atrás
package.json Implement test helper functions 5 anos atrás