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 31f584d688 Allow for self-closing tags 6 yıl önce
..
compiler.js Allow for self-closing tags 6 yıl önce
index.js Implement CLI 6 yıl önce
lexer.js Redo map as each, still playing with the syntax 6 yıl önce
node.js Fix up some stuff and add a test for parser 6 yıl önce
parser.js Rework main parser logic The way that we were doing it before was going to make it very difficult to implement any sort of error handling or extension to the language. 6 yıl önce
tokenStream.js Fix up some stuff and add a test for parser 6 yıl önce
tokenTypes.js Implement mapping 6 yıl önce