Age | Commit message (Expand) | Author | Files | Lines |
2010-12-08 | compileTup => compileCons | David Robillard | 1 | -1/+1 |
2010-12-07 | Saner recursive descent lexer/parser. | David Robillard | 1 | -4/+0 |
2010-12-04 | More const-correctness (remove all use of const_cast). | David Robillard | 1 | -2/+2 |
2010-12-03 | Remove use of RTTI for AST. | David Robillard | 1 | -30/+27 |
2010-12-03 | Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std... | David Robillard | 1 | -2/+2 |
2010-12-03 | Merge ACall and ATuple. | David Robillard | 1 | -8/+8 |
2010-12-03 | Remove AFn. | David Robillard | 1 | -8/+6 |
2010-12-02 | Remove ACall subclasses. | David Robillard | 1 | -7/+5 |
2010-12-02 | Remove use of ACall class hierarchy from compile phase. | David Robillard | 1 | -49/+39 |
2010-12-02 | Remove use of ACall subclasses for contrain phase. | David Robillard | 1 | -5/+6 |
2010-12-02 | Work towards removing different classes for each type of expression. | David Robillard | 1 | -88/+109 |
2010-12-02 | Represent code as list structure (i.e. traditional LISP lists built from pair... | David Robillard | 1 | -9/+10 |
2010-09-30 | Preliminary work on algebraic data types and run-time typing. | David Robillard | 1 | -8/+26 |
2010-08-22 | Simplify Engine function compilation interface. | David Robillard | 1 | -1/+20 |
2010-08-22 | Simplify Engine::startFunction. | David Robillard | 1 | -5/+6 |
2010-08-20 | Make AST::compile const and make Module compilation API take const AST*. | David Robillard | 1 | -13/+13 |
2010-08-19 | Add quote to syntax (currently only a lexeme is quotable, no lists...) | David Robillard | 1 | -0/+16 |
2010-08-19 | Coherent AString and Lexeme implementation. | David Robillard | 1 | -0/+12 |
2010-04-13 | Better (but still not correct...) computation of lifted function implementati... | David Robillard | 1 | -3/+4 |
2010-04-13 | Restructure as a source translation based compiler. | David Robillard | 1 | -17/+13 |
2010-04-08 | Exception specifiers. | David Robillard | 1 | -9/+9 |
2010-04-08 | Tuplr -> Resp (RESource Processing). | David Robillard | 1 | -5/+5 |
2009-10-16 | Fix globals. | David Robillard | 1 | -0/+5 |
2009-10-16 | Compile top level definitions to globalas. | David Robillard | 1 | -3/+5 |
2009-10-16 | . operator for destructuring Tuples (cons). | David Robillard | 1 | -0/+10 |
2009-10-16 | Cons. | David Robillard | 1 | -0/+10 |
2009-10-15 | Type and const correct Subst::apply. | David Robillard | 1 | -1/+1 |
2009-10-15 | Remove some use of ATuple::size(). | David Robillard | 1 | -4/+3 |
2009-10-15 | Remove all use of ATuple::at(). | David Robillard | 1 | -5/+6 |
2009-10-15 | Replace more use of at(0) with head(). | David Robillard | 1 | -1/+1 |
2009-10-15 | Make TEnv purely a type environment. | David Robillard | 1 | -3/+1 |
2009-10-14 | Remove cruft. | David Robillard | 1 | -16/+1 |
2009-10-14 | Remove unnecessary cenv.compile wrapper. | David Robillard | 1 | -3/+3 |
2009-10-13 | Cleanup, shrink. | David Robillard | 1 | -10/+10 |
2009-10-08 | Move lifting pass to separate file. | David Robillard | 1 | -59/+1 |
2009-10-06 | Fully abstract backend interface. | David Robillard | 1 | -0/+8 |
2009-10-06 | Fully shared library safe backend interface. | David Robillard | 1 | -2/+35 |
2009-10-06 | Split backend specific compilation functions from generic ones. | David Robillard | 1 | -0/+126 |