aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Remove use of RTTI for AST.David Robillard13-216/+254
2010-12-03Merge AST::operator==David Robillard2-40/+75
2010-12-03Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std...David Robillard4-18/+20
2010-12-03Remove AST::constrain.David Robillard7-87/+99
2010-12-03Detemplatify parseTuple.David Robillard1-7/+6
2010-12-03Merge ACall and ATuple.David Robillard10-99/+78
2010-12-03Remove AFn.David Robillard8-65/+64
2010-12-03Move AFn and AType prot() methods to ATuple.David Robillard2-9/+7
2010-12-02Remove ACall subclasses.David Robillard10-172/+156
2010-12-02Remove use of ACall class hierarchy from compile phase.David Robillard4-59/+49
2010-12-02Remove use of ACall type hierarchy from lift phase.David Robillard1-32/+20
2010-12-02Remove use of ACall subclasses for contrain phase.David Robillard5-127/+154
2010-12-02Work towards removing different classes for each type of expression.David Robillard8-239/+257
2010-12-02Represent code as list structure (i.e. traditional LISP lists built from pair...David Robillard13-445/+480
2010-12-01Add -T option to type-check and pretty-print with type annotations.David Robillard4-182/+184
2010-11-17Use single uint32_t for GC object header (mark and tag).David Robillard3-11/+14
2010-10-14Prefix internal "me" parameter with underscore.David Robillard2-5/+5
2010-09-30Preliminary work on algebraic data types and run-time typing.David Robillard10-53/+252
2010-09-15Better pretty printer.David Robillard1-20/+87
2010-08-22Simplify Engine function compilation interface.David Robillard5-80/+59
2010-08-22Simplify Engine::startFunction.David Robillard5-29/+19
2010-08-22Fix boolean compilation.David Robillard1-1/+1
2010-08-20Make AST::compile const and make Module compilation API take const AST*.David Robillard5-74/+74
2010-08-19Generalise `cons': a call to any symbol beginning with an uppercase characterDavid Robillard5-18/+33
2010-08-19Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple.David Robillard2-40/+47
2010-08-19Add quote to syntax (currently only a lexeme is quotable, no lists...)David Robillard7-8/+63
2010-08-19Coherent AString and Lexeme implementation.David Robillard9-36/+123
2010-08-18Give `def' statements type `Nothing.David Robillard1-0/+1
2010-08-18Update for LLVM 2.7.David Robillard2-17/+11
2010-04-13Better (but still not correct...) computation of lifted function implementati...David Robillard7-31/+43
2010-04-13Add missing file.David Robillard1-0/+110
2010-04-13Better error reporting when unification fails (report both locations, and pre...David Robillard5-35/+71
2010-04-13Slightly less terrible "pretty" printing.David Robillard1-5/+5
2010-04-13Restructure as a source translation based compiler.David Robillard9-294/+544
2010-04-08Exception specifiers.David Robillard5-74/+71
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard15-108/+108
2009-12-13Update for LLVM 2.6.David Robillard3-65/+76
2009-11-11Constiness.David Robillard1-2/+2
2009-10-17Print ellipses correctly.David Robillard1-0/+1
2009-10-17Fix ellipses unification logic.David Robillard1-3/+2
2009-10-16Fix memory leaks.David Robillard3-15/+26
2009-10-16Fix globals.David Robillard3-18/+9
2009-10-16Environment pretty/debug printing.David Robillard1-0/+13
2009-10-16Compile top level definitions to globalas.David Robillard5-9/+62
2009-10-16Make ellipses a new kind (AType::DOTS).David Robillard3-15/+17
2009-10-16Fix ellipses unification.David Robillard1-1/+2
2009-10-16. operator for destructuring Tuples (cons).David Robillard8-9/+78
2009-10-16Cons.David Robillard8-25/+121
2009-10-15Fix crash caused by making symbols in type expressions types themselves.David Robillard1-1/+1
2009-10-15Virtual destructor for Env.David Robillard1-0/+1