A templating language that looks like Lisp and compiles to HTML
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dylan Baker f4f4f18106 Add comparison functions to core env 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 年前
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 年前
env.js Add comparison functions to core env 5 年前
error.js Implement some very basic error handling 5 年前
index.js Create simple compiler class Just numbers and strings for now 5 年前
lexer.js LOL I forgot how Lisp works 5 年前
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 年前
tokenStream.js Implement some very basic error handling 5 年前
tokenTypes.js Prettier 5 年前