Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-12-09 | More readable names for lifted fn implementations. | David Robillard | 1 | -2/+4 |
2010-12-09 | Revert accidental change. | David Robillard | 1 | -2/+0 |
2010-12-09 | Strip trailing whitespace. | David Robillard | 6 | -35/+35 |
2010-12-09 | Document the free variable implementation (mostly in lift_symbol) better. | David Robillard | 3 | -12/+22 |
2010-12-09 | Print newlines after def symbol if type annotation is printed. | David Robillard | 1 | -2/+5 |
2010-12-09 | Print def form more tersely (no newline after symbol). | David Robillard | 1 | -5/+4 |
2010-12-09 | Remove wildly outdated and false intro.resp. | David Robillard | 1 | -148/+0 |
2010-12-09 | Decent pretty printing for all forms. | David Robillard | 1 | -60/+71 |
2010-12-09 | Less code. | David Robillard | 1 | -23/+11 |
2010-12-09 | Fix cpplint warnings. | David Robillard | 12 | -17/+50 |
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 |