A templating language that looks like Lisp and compiles to HTML
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker 76c6eac9b5 Implement conditionals před 5 roky
..
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. před 5 roky
util Move list of selfclosing tags into its own module před 5 roky
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. před 5 roky
env.js Compile function applications (named and lambda) před 5 roky
error.js Implement some very basic error handling před 5 roky
index.js Create simple compiler class Just numbers and strings for now před 5 roky
lexer.js LOL I forgot how Lisp works před 5 roky
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. před 5 roky
tokenStream.js Implement some very basic error handling před 5 roky
tokenTypes.js Prettier před 5 roky