Age | Commit message (Expand) | Author | Files | Lines |
2010-12-08 | Print type annotations correctly. | David Robillard | 1 | -3/+10 |
2010-12-07 | Saner recursive descent lexer/parser. | David Robillard | 1 | -6/+0 |
2010-12-07 | Pretty print booleans correctly. | David Robillard | 1 | -1/+1 |
2010-12-03 | Remove use of RTTI for AST. | David Robillard | 1 | -33/+27 |
2010-12-03 | Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std... | David Robillard | 1 | -3/+3 |
2010-12-02 | Represent code as list structure (i.e. traditional LISP lists built from pair... | David Robillard | 1 | -47/+57 |
2010-12-01 | Add -T option to type-check and pretty-print with type annotations. | David Robillard | 1 | -105/+93 |
2010-09-30 | Preliminary work on algebraic data types and run-time typing. | David Robillard | 1 | -4/+5 |
2010-09-15 | Better pretty printer. | David Robillard | 1 | -20/+87 |
2010-08-19 | Coherent AString and Lexeme implementation. | David Robillard | 1 | -1/+5 |
2010-04-13 | Slightly less terrible "pretty" printing. | David Robillard | 1 | -5/+5 |
2010-04-08 | Tuplr -> Resp (RESource Processing). | David Robillard | 1 | -5/+5 |
2009-10-17 | Print ellipses correctly. | David Robillard | 1 | -0/+1 |
2009-10-15 | Remove some use of ATuple::size(). | David Robillard | 1 | -1/+1 |
2009-10-15 | Remove all use of ATuple::at(). | David Robillard | 1 | -6/+11 |
2009-10-15 | Replace more use of at(0) with head(). | David Robillard | 1 | -4/+4 |
2009-07-04 | Ditch Exp type and use AST even at lex time. | David Robillard | 1 | -0/+4 |
2009-07-03 | Improved const correctness. | David Robillard | 1 | -1/+1 |
2009-06-29 | More documentation fixes. | David Robillard | 1 | -1/+1 |
2009-06-29 | Build compiler documentation. | David Robillard | 1 | -0/+4 |
2009-06-28 | write.cpp -> pprint.cpp. | David Robillard | 1 | -0/+97 |