aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Make backend an object.David Robillard4-118/+115
2009-06-20Tidy.David Robillard1-3/+4
2009-06-20Clean separation between backend and CEnv (no more CEnv methods defined in ll...David Robillard3-75/+47
2009-06-20Remove redundant module pointer.David Robillard2-3/+2
2009-06-20More sanification of front/back end separation.David Robillard3-69/+72
2009-06-20Move alloc function to backend.David Robillard2-10/+12
2009-06-20Shorten AST names to match code names.David Robillard4-25/+25
2009-06-20Tidy.David Robillard2-8/+2
2009-06-20Fix building with explicit stack frames.David Robillard1-9/+7
2009-06-20Move eval and repl to tuplr.cpp (non-backend dependent code).David Robillard3-119/+129
2009-06-20Better abstraction for low-level code generation stuff (make repl and eval no...David Robillard1-80/+82
2009-06-20Accurate garbage collection of types without special (kludge) tag.David Robillard3-17/+17
2009-06-20Garbage collection of code-allocated stack frames.David Robillard5-55/+104
2009-06-19Tidy.David Robillard1-2/+2
2009-06-19Remove crufty cons/car/cdr implementation that doesn't work anyway.David Robillard5-154/+1
2009-06-19Add quick kludgey test suite.David Robillard6-2/+190
2009-06-19Work towards garbage collection and explicitly managed stack frames.David Robillard6-30/+154
2009-06-19Fix function definitions with several expressions in body.David Robillard1-1/+1
2009-06-19Factor out memory/GC related things from AST to Object.David Robillard5-30/+33
2009-06-19Primitive garbage collector for AST nodes.David Robillard6-55/+194
2009-06-18Rearrange Error order.David Robillard4-43/+43
2009-06-18Make source location mandatory parameter for Error.David Robillard3-12/+12
2009-06-18THROW_IF macro.David Robillard4-14/+15
2009-06-18Primitive internal macro system (for implementing sugar).David Robillard5-15/+86
2009-06-18Strip trailing whitespace.David Robillard5-31/+31
2009-04-20Clean up.David Robillard1-7/+12
2009-04-19Prettier LaTeX output.David Robillard1-31/+63
2009-04-19Valid XHTML 1.0.David Robillard1-1/+2
2009-04-19Fix colors.David Robillard1-3/+4
2009-04-19Add pygments highlighting script.David Robillard1-0/+113
2009-03-31Fix polymorphic functions (somewhat).David Robillard3-15/+15
2009-03-31Fix type constraint for symbols (match type of lexical binding).David Robillard1-4/+1
2009-03-30Add really primitive pretty printer.David Robillard3-5/+53
2009-03-30Compile things into separate build dir.David Robillard4-3/+4
2009-03-15Fix functions with several expressions in their body.David Robillard1-8/+9
2009-03-15Fix REPL variable addressing.David Robillard3-6/+6
2009-03-15Let LLVM generate names.David Robillard1-1/+1
2009-03-15Remove stupid maybeLookup function.David Robillard1-21/+8
2009-03-15Abstract away (and prettify/shrink) dynamic_cast of AST objects.David Robillard4-39/+40
2009-03-15Set name of closures so defined functions are emitted with meaningful names.David Robillard3-23/+16
2009-03-15Redundant check.David Robillard1-2/+0
2009-03-15Yawn.David Robillard1-1/+1
2009-03-15Remove duplicated code.David Robillard1-50/+25
2009-03-15Remove unnecessary code.David Robillard1-13/+0
2009-03-15Clean up ATuple, AType, Exp.David Robillard4-39/+33
2009-03-15Chop.David Robillard1-3/+0
2009-03-15Fix comparison operations with booleans.David Robillard1-15/+15
2009-03-15Fix polymorphism.David Robillard3-16/+36
2009-03-15Merge 'code' and 'type' environments.David Robillard4-30/+56
2009-03-15Make TEnv strictly keyed by ASymbol.David Robillard3-20/+14