A templating language that looks like Lisp and compiles to HTML
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker f4f4f18106 Add comparison functions to core env 5 år sedan
..
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 år sedan
util Move list of selfclosing tags into its own module 5 år sedan
compiler.js 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 år sedan
env.js Add comparison functions to core env 5 år sedan
error.js Implement some very basic error handling 5 år sedan
index.js Create simple compiler class Just numbers and strings for now 5 år sedan
lexer.js LOL I forgot how Lisp works 5 år sedan
parser.js 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 år sedan
tokenStream.js Implement some very basic error handling 5 år sedan
tokenTypes.js Prettier 5 år sedan