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 ca4684994c Evaluate booleans and strings пре 5 година
..
ast 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 година
util Move list of selfclosing tags into its own module пре 5 година
env.js Replace compiler with evaluator пре 5 година
error.js Implement some very basic error handling пре 5 година
evaluator.js Evaluate booleans and strings пре 5 година
index.js Replace compiler with evaluator пре 5 година
lexer.js LOL I forgot how Lisp works пре 5 година
parser.js Replace compiler with evaluator пре 5 година
tokenStream.js Implement some very basic error handling пре 5 година
tokenTypes.js Prettier пре 5 година