aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
AgeCommit message (Expand)AuthorFilesLines
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