aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Tidy.David Robillard1-2/+0
2009-03-06Halfway decent main program.David Robillard1-0/+87
2009-03-06Fully remove LLVM dependency from core code.David Robillard1-1/+0
2009-03-06Split LLVM dependent backend from core code.David Robillard1-1181/+6
2009-03-05Shrink.David Robillard1-20/+10
2009-03-05Less parser specialmagic cruft.David Robillard1-54/+31
2009-03-05Proper error reporting for undefined symbols.David Robillard1-41/+46
2009-03-05Remove silly looking parenthesis from primitive type expressions.David Robillard1-25/+42
2009-03-05Make TEnv an actual lexical environment (not used yet).David Robillard1-23/+17
2009-03-05Cleanup.David Robillard1-27/+30
2009-03-05Proper type inferencing for functions (and more generic) (type the identity f...David Robillard1-30/+42
2009-03-05Work with LLVM 2.4.David Robillard1-3/+3
2009-03-05Don't lift variable typed closures (but don't die).David Robillard1-8/+6
2009-03-05Cleanup.David Robillard1-16/+10
2009-03-05GCC style error reporting with line and column number.David Robillard1-102/+116
2009-03-05Working cons allocation.David Robillard1-64/+224
2009-01-29Pairs. Kinda.David Robillard1-20/+141
2009-01-28Move stuff.David Robillard1-0/+981