Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-12-09 | Add let form. | David Robillard | 7 | -3/+129 |
2010-12-09 | Fix indentation. | David Robillard | 1 | -4/+2 |
2010-12-09 | Sort code. | David Robillard | 3 | -231/+233 |
2010-12-09 | read_expression => PEnv::parse. | David Robillard | 4 | -16/+10 |
2010-12-09 | Make environment always referenced by symbols. | David Robillard | 9 | -77/+87 |
2010-12-09 | Const-correct parser. | David Robillard | 4 | -14/+13 |
2010-12-09 | ValVec => CVals. | David Robillard | 1 | -3/+3 |
2010-12-09 | Consistent engine global[Set|Get] interface. | David Robillard | 4 | -10/+10 |
2010-12-09 | Clean up engine code. | David Robillard | 5 | -266/+311 |
2010-12-09 | Tidy. | David Robillard | 1 | -107/+107 |
2010-12-08 | Remove Engine::compileMatch. | David Robillard | 4 | -32/+35 |
2010-12-08 | Eliminate some backend specific code in LLVMEngine::compileMatch (towards mov... | David Robillard | 2 | -5/+4 |
2010-12-08 | Remove Engine::compileIf | David Robillard | 4 | -36/+47 |
2010-12-08 | Use factored out if compilation methods to compile match. | David Robillard | 1 | -49/+23 |
2010-12-08 | Consistent naming for Engine compile methods. | David Robillard | 4 | -15/+19 |
2010-12-08 | Clean up function compilation stuff. | David Robillard | 6 | -40/+52 |
2010-12-08 | Print type annotations correctly. | David Robillard | 1 | -3/+10 |
2010-12-08 | Slightly shrink code. | David Robillard | 1 | -10/+5 |
2010-12-08 | compileTup => compileCons | David Robillard | 4 | -6/+6 |
2010-12-07 | Tidy. | David Robillard | 1 | -14/+13 |
2010-12-07 | Rename 'lex' to the now more appropriate 'parse'. | David Robillard | 2 | -2/+2 |
2010-12-07 | Rename 'parse' to the now more accurate 'expand'. | David Robillard | 5 | -19/+18 |
2010-12-07 | Saner recursive descent lexer/parser. | David Robillard | 13 | -220/+200 |
2010-12-07 | Pretty print booleans correctly. | David Robillard | 1 | -1/+1 |
2010-12-07 | Factor if compilation into smaller bits (towards a more assembly like IR stag... | David Robillard | 1 | -45/+83 |
2010-12-05 | Remove cruft. | David Robillard | 1 | -26/+8 |
2010-12-05 | Move resp_gc.cpp contents into gc.cpp. | David Robillard | 3 | -50/+29 |
2010-12-05 | Check constructors first (implying no special forms start with an uppercase l... | David Robillard | 1 | -3/+3 |
2010-12-05 | Simplify parser. | David Robillard | 3 | -31/+21 |
2010-12-05 | Remove worthless "macro" system. | David Robillard | 2 | -67/+40 |
2010-12-04 | Tidy up unify.cpp | David Robillard | 2 | -8/+8 |
2010-12-04 | More const-correctness (remove all use of const_cast). | David Robillard | 8 | -45/+45 |
2010-12-04 | More const-correctness (remove all use of const_cast from lift.cpp). | David Robillard | 2 | -49/+43 |
2010-12-04 | More const-correctness. | David Robillard | 2 | -15/+18 |
2010-12-04 | Make resp_lift const-correct. | David Robillard | 3 | -21/+24 |
2010-12-04 | Eliminate tuple/list mutation. | David Robillard | 2 | -86/+47 |
2010-12-04 | Tidy. | David Robillard | 1 | -11/+7 |
2010-12-04 | Use saner numeric values for tags. | David Robillard | 1 | -9/+10 |
2010-12-03 | Remove use of RTTI for AST. | David Robillard | 13 | -216/+254 |
2010-12-03 | Merge AST::operator== | David Robillard | 2 | -40/+75 |
2010-12-03 | Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std... | David Robillard | 4 | -18/+20 |
2010-12-03 | Remove AST::constrain. | David Robillard | 7 | -87/+99 |
2010-12-03 | Detemplatify parseTuple. | David Robillard | 1 | -7/+6 |
2010-12-03 | Merge ACall and ATuple. | David Robillard | 10 | -99/+78 |
2010-12-03 | Remove AFn. | David Robillard | 8 | -65/+64 |
2010-12-03 | Move AFn and AType prot() methods to ATuple. | David Robillard | 2 | -9/+7 |
2010-12-02 | Remove ACall subclasses. | David Robillard | 10 | -172/+156 |
2010-12-02 | Remove use of ACall class hierarchy from compile phase. | David Robillard | 4 | -59/+49 |
2010-12-02 | Remove use of ACall type hierarchy from lift phase. | David Robillard | 1 | -32/+20 |
2010-12-02 | Remove use of ACall subclasses for contrain phase. | David Robillard | 5 | -127/+154 |