aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Preliminary work on algebraic data types and run-time typing.David Robillard1-13/+40
2010-08-22Simplify Engine function compilation interface.David Robillard1-4/+4
2010-08-22Simplify Engine::startFunction.David Robillard1-2/+2
2010-08-20Make AST::compile const and make Module compilation API take const AST*.David Robillard1-30/+30
2010-08-19Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple.David Robillard1-38/+1
2010-08-19Add quote to syntax (currently only a lexeme is quotable, no lists...)David Robillard1-1/+8
2010-08-19Coherent AString and Lexeme implementation.David Robillard1-12/+21
2010-08-18Update for LLVM 2.7.David Robillard1-9/+5
2010-04-13Better (but still not correct...) computation of lifted function implementati...David Robillard1-1/+3
2010-04-13Better error reporting when unification fails (report both locations, and pre...David Robillard1-11/+21
2010-04-13Restructure as a source translation based compiler.David Robillard1-85/+160
2010-04-08Exception specifiers.David Robillard1-32/+34
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-0/+727