aboutsummaryrefslogtreecommitdiffstats
path: root/src/lift.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-19Generalise `cons': a call to any symbol beginning with an uppercase characterDavid Robillard1-5/+6
2010-08-19Add quote to syntax (currently only a lexeme is quotable, no lists...)David Robillard1-0/+6
2010-04-13Better (but still not correct...) computation of lifted function implementati...David Robillard1-5/+18
2010-04-13Better error reporting when unification fails (report both locations, and pre...David Robillard1-1/+0
2010-04-13Restructure as a source translation based compiler.David Robillard1-29/+159
2010-04-08Exception specifiers.David Robillard1-13/+9
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-5/+5
2009-10-16. operator for destructuring Tuples (cons).David Robillard1-0/+6
2009-10-15Remove all use of ATuple::at().David Robillard1-9/+9
2009-10-15Replace more use of at(0) with head().David Robillard1-3/+3
2009-10-15Make TEnv purely a type environment.David Robillard1-1/+1
2009-10-13liftCall -> compileFunction.David Robillard1-2/+2
2009-10-08Move lifting pass to separate file.David Robillard1-0/+78