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 06ab1b52d4 Compile function applications (named and lambda) 5 lat temu
..
ast Remove resolver and compiler, add define to parser 5 lat temu
util Move list of selfclosing tags into its own module 5 lat temu
compiler.js Compile function applications (named and lambda) 5 lat temu
env.js Compile function applications (named and lambda) 5 lat temu
error.js Implement some very basic error handling 5 lat temu
index.js Create simple compiler class Just numbers and strings for now 5 lat temu
lexer.js Prettier 5 lat temu
parser.js Add lambdas 5 lat temu
tokenStream.js Implement some very basic error handling 5 lat temu
tokenTypes.js Prettier 5 lat temu