Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-12-02 | Work towards removing different classes for each type of expression. | David Robillard | 8 | -239/+257 |
2010-12-02 | Represent code as list structure (i.e. traditional LISP lists built from pair... | David Robillard | 14 | -450/+482 |
2010-12-01 | Strip system stuff from test coverage. | David Robillard | 1 | -1/+2 |
2010-12-01 | Add -T option to type-check and pretty-print with type annotations. | David Robillard | 4 | -182/+184 |
2010-12-01 | Update vim support files. | David Robillard | 3 | -170/+170 |
2010-12-01 | Add basic emacs resp-mode (modified from scheme.el). | David Robillard | 1 | -0/+391 |
2010-11-17 | Use single uint32_t for GC object header (mark and tag). | David Robillard | 3 | -11/+14 |
2010-10-14 | Prefix internal "me" parameter with underscore. | David Robillard | 2 | -5/+5 |
2010-09-30 | Preliminary work on algebraic data types and run-time typing. | David Robillard | 12 | -53/+267 |
2010-09-15 | Better pretty printer. | David Robillard | 1 | -20/+87 |
2010-08-22 | Simplify Engine function compilation interface. | David Robillard | 5 | -80/+59 |
2010-08-22 | Simplify Engine::startFunction. | David Robillard | 5 | -29/+19 |
2010-08-22 | Fix boolean compilation. | David Robillard | 1 | -1/+1 |
2010-08-20 | Make AST::compile const and make Module compilation API take const AST*. | David Robillard | 5 | -74/+74 |
2010-08-19 | Generalise `cons': a call to any symbol beginning with an uppercase character | David Robillard | 6 | -19/+34 |
2010-08-19 | Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple. | David Robillard | 2 | -40/+47 |
2010-08-19 | Add quote to syntax (currently only a lexeme is quotable, no lists...) | David Robillard | 9 | -8/+67 |
2010-08-19 | Coherent AString and Lexeme implementation. | David Robillard | 11 | -36/+128 |
2010-08-18 | Give `def' statements type `Nothing. | David Robillard | 1 | -0/+1 |
2010-08-18 | Update for LLVM 2.7. | David Robillard | 3 | -21/+15 |
2010-04-13 | Better (but still not correct...) computation of lifted function implementati... | David Robillard | 8 | -32/+44 |
2010-04-13 | Add missing file. | David Robillard | 1 | -0/+110 |
2010-04-13 | Better error reporting when unification fails (report both locations, and pre... | David Robillard | 6 | -36/+72 |
2010-04-13 | Slightly less terrible "pretty" printing. | David Robillard | 1 | -5/+5 |
2010-04-13 | Restructure as a source translation based compiler. | David Robillard | 16 | -304/+568 |
2010-04-08 | Exception specifiers. | David Robillard | 5 | -74/+71 |