aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-28Fix type substitution.David Robillard1-11/+16
2009-06-27Fix substitution of call argument types to generic function type to work with...David Robillard1-1/+5
2009-06-27Add nothing type.David Robillard1-4/+4
2009-06-26More CPS conversion work.David Robillard1-4/+16
2009-06-25Sanify AST constructors.David Robillard1-21/+19
2009-06-25Stubs for CPS conversion.David Robillard1-4/+22
2009-06-24Forward declare CEnv later.David Robillard1-4/+4
2009-06-24Funcs => AFn::ImplsDavid Robillard1-10/+10
2009-06-20Remove useless AType constructor.David Robillard1-14/+0
2009-06-20Tidy.David Robillard1-5/+2
2009-06-20Make backend an object.David Robillard1-12/+14
2009-06-20Clean separation between backend and CEnv (no more CEnv methods defined in ll...David Robillard1-8/+13
2009-06-20More sanification of front/back end separation.David Robillard1-0/+3
2009-06-20Move alloc function to backend.David Robillard1-1/+0
2009-06-20Shorten AST names to match code names.David Robillard1-6/+6
2009-06-20Tidy.David Robillard1-1/+1
2009-06-20Move eval and repl to tuplr.cpp (non-backend dependent code).David Robillard1-0/+8
2009-06-20Accurate garbage collection of types without special (kludge) tag.David Robillard1-3/+1
2009-06-20Garbage collection of code-allocated stack frames.David Robillard1-12/+23
2009-06-19Tidy.David Robillard1-2/+2
2009-06-19Remove crufty cons/car/cdr implementation that doesn't work anyway.David Robillard1-24/+0
2009-06-19Work towards garbage collection and explicitly managed stack frames.David Robillard1-2/+6
2009-06-19Factor out memory/GC related things from AST to Object.David Robillard1-16/+19
2009-06-19Primitive garbage collector for AST nodes.David Robillard1-35/+77
2009-06-18Rearrange Error order.David Robillard1-5/+5
2009-06-18Make source location mandatory parameter for Error.David Robillard1-2/+2
2009-06-18THROW_IF macro.David Robillard1-0/+1
2009-06-18Primitive internal macro system (for implementing sugar).David Robillard1-4/+27
2009-06-18Strip trailing whitespace.David Robillard1-4/+4
2009-03-31Fix polymorphic functions (somewhat).David Robillard1-8/+10
2009-03-30Add really primitive pretty printer.David Robillard1-0/+1
2009-03-15Fix REPL variable addressing.David Robillard1-1/+1
2009-03-15Abstract away (and prettify/shrink) dynamic_cast of AST objects.David Robillard1-13/+15
2009-03-15Set name of closures so defined functions are emitted with meaningful names.David Robillard1-22/+12
2009-03-15Clean up ATuple, AType, Exp.David Robillard1-25/+19
2009-03-15Chop.David Robillard1-3/+0
2009-03-15Fix polymorphism.David Robillard1-4/+19
2009-03-15Merge 'code' and 'type' environments.David Robillard1-10/+18
2009-03-15Make TEnv strictly keyed by ASymbol.David Robillard1-1/+6
2009-03-15Heh.David Robillard1-3/+0
2009-03-15Tidy.David Robillard1-5/+0
2009-03-15Fix polymorphism when evaluation files.David Robillard1-9/+1
2009-03-15Fix recursion.David Robillard1-39/+57
2009-03-14Lexical addressing, work towards true parametric polymorphism.David Robillard1-62/+148
2009-03-13Don't use TEnv.var() where unnecessary (this needs to go away? maybe?)David Robillard1-4/+4
2009-03-12Remove useless Log class.David Robillard1-9/+3
2009-03-12Tidy.David Robillard1-52/+28
2009-03-12Consistent opaque backend types.David Robillard1-16/+15
2009-03-12Encapsulate more types.David Robillard1-10/+8
2009-03-12More OOey (and smaller) parser design.David Robillard1-40/+31