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 ebae8a3536 Rework main parser logic 5 år sedan
..
compiler.js Don't wrap eaches in an empty function call node Because I was assuming that every expression started with a literal, calls to `each` were getting wrapped by a functionCall node with no functionName, which was subsequently ignored by the compiler. This removes all of that uselessness 5 år sedan
index.js Implement CLI 5 år sedan
lexer.js Redo map as each, still playing with the syntax 5 år sedan
node.js Fix up some stuff and add a test for parser 6 år sedan
parser.js Rework main parser logic The way that we were doing it before was going to make it very difficult to implement any sort of error handling or extension to the language. 5 år sedan
tokenStream.js Fix up some stuff and add a test for parser 6 år sedan
tokenTypes.js Implement mapping 5 år sedan