Age | Commit message (Expand) | Author | Files | Lines |
2010-12-02 | Work towards removing different classes for each type of expression. | David Robillard | 1 | -59/+19 |
2010-12-02 | Represent code as list structure (i.e. traditional LISP lists built from pair... | David Robillard | 1 | -58/+196 |
2010-12-01 | Add -T option to type-check and pretty-print with type annotations. | David Robillard | 1 | -12/+10 |
2010-11-17 | Use single uint32_t for GC object header (mark and tag). | David Robillard | 1 | -9/+13 |
2010-10-14 | Prefix internal "me" parameter with underscore. | David Robillard | 1 | -1/+1 |
2010-09-30 | Preliminary work on algebraic data types and run-time typing. | David Robillard | 1 | -13/+40 |
2010-08-22 | Simplify Engine function compilation interface. | David Robillard | 1 | -4/+4 |
2010-08-22 | Simplify Engine::startFunction. | David Robillard | 1 | -2/+2 |
2010-08-20 | Make AST::compile const and make Module compilation API take const AST*. | David Robillard | 1 | -30/+30 |
2010-08-19 | Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple. | David Robillard | 1 | -38/+1 |
2010-08-19 | Add quote to syntax (currently only a lexeme is quotable, no lists...) | David Robillard | 1 | -1/+8 |
2010-08-19 | Coherent AString and Lexeme implementation. | David Robillard | 1 | -12/+21 |
2010-08-18 | Update for LLVM 2.7. | David Robillard | 1 | -9/+5 |
2010-04-13 | Better (but still not correct...) computation of lifted function implementati... | David Robillard | 1 | -1/+3 |
2010-04-13 | Better error reporting when unification fails (report both locations, and pre... | David Robillard | 1 | -11/+21 |
2010-04-13 | Restructure as a source translation based compiler. | David Robillard | 1 | -85/+160 |
2010-04-08 | Exception specifiers. | David Robillard | 1 | -32/+34 |
2010-04-08 | Tuplr -> Resp (RESource Processing). | David Robillard | 1 | -0/+727 |