aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-10Very important crucial fix for many things.David Robillard1-4/+4
2009-03-10Tidy.David Robillard1-4/+4
2009-03-07Shorter and more consistent names (AST -> A).David Robillard1-46/+46
2009-03-07Remove redundant/useless ASTCall::expDavid Robillard1-2/+1
2009-03-07Stream based serialisation of AST nodes (can write arbitrarily large expressi...David Robillard1-22/+10
2009-03-07Ensure only CEnv can call compile function directly (fix recursive functions).David Robillard1-6/+8
2009-03-07Make out and error streams fields of CEnv instead of static globals.David Robillard1-4/+8
2009-03-07Tidy.David Robillard1-5/+5
2009-03-07Oops.David Robillard1-10/+10
2009-03-07Fancy varargs AType constructor.David Robillard1-2/+8
2009-03-07Typing improvements.David Robillard1-12/+13
2009-03-07Fancy error reporting for type errors, among other things.David Robillard1-29/+35
2009-03-06Remove low level type stuff completely from core code (let the backend deal w...David Robillard1-13/+19
2009-03-06Cleanup and de-llvm-ify primitive stuff.David Robillard1-14/+13
2009-03-06Ensure only PEnv can create new symbols (and thus they are unique).David Robillard1-1/+2
2009-03-06AType::type() -> AType::ctype().David Robillard1-8/+7
2009-03-06Tidy.David Robillard1-1/+7
2009-03-06Add dependency on tuplr.hpp for everything.David Robillard1-3/+0
2009-03-06Halfway decent main program.David Robillard1-1/+12
2009-03-06More generic parser function mechanism that works for atoms too.David Robillard1-25/+33
2009-03-06Tidy/ShrinkDavid Robillard1-15/+9
2009-03-06Fix polymorphic lifting (sort of, can only lift once still).David Robillard1-2/+2
2009-03-06Tidy.David Robillard1-25/+26
2009-03-06Fully remove LLVM dependency from core code.David Robillard1-35/+42
2009-03-06Split LLVM dependent backend from core code.David Robillard1-0/+464