aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-15Heh.David Robillard1-3/+0
2009-03-15Tidy.David Robillard3-13/+5
2009-03-15Fix polymorphism when evaluation files.David Robillard3-20/+5
2009-03-15Fix recursion.David Robillard3-180/+222
2009-03-14Lexical addressing, work towards true parametric polymorphism.David Robillard4-200/+432
2009-03-13Don't use TEnv.var() where unnecessary (this needs to go away? maybe?)David Robillard2-7/+7
2009-03-12Remove useless Log class.David Robillard2-19/+12
2009-03-12Tidy.David Robillard2-52/+56
2009-03-12Consistent opaque backend types.David Robillard2-58/+70
2009-03-12Encapsulate more types.David Robillard3-26/+23
2009-03-12More OOey (and smaller) parser design.David Robillard2-42/+33
2009-03-10More super important world changing kind of stuff.David Robillard1-4/+4
2009-03-10Very important crucial fix for many things.David Robillard1-4/+4
2009-03-10Tidy.David Robillard2-7/+7
2009-03-07Shorter and more consistent names (AST -> A).David Robillard5-116/+116
2009-03-07Remove redundant/useless ASTCall::expDavid Robillard3-17/+16
2009-03-07Consistent external forms.David Robillard2-11/+14
2009-03-07Stream based serialisation of AST nodes (can write arbitrarily large expressi...David Robillard4-25/+68
2009-03-07Ensure only CEnv can call compile function directly (fix recursive functions).David Robillard2-7/+9
2009-03-07Make out and error streams fields of CEnv instead of static globals.David Robillard3-18/+18
2009-03-07Tidy.David Robillard4-23/+11
2009-03-07Block comments.David Robillard1-10/+23
2009-03-07Oops.David Robillard3-16/+16
2009-03-07Fancy varargs AType constructor.David Robillard3-20/+24
2009-03-07Fix if type checking for arc style if.David Robillard1-6/+12
2009-03-07Typing improvements.David Robillard4-40/+55