aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Add flatten stage to generate flat s-expression IR for the (now simpler) comp...David Robillard1-0/+2
2011-05-14Disable compilation of rotting C backend.David Robillard1-2/+2
2011-01-13Fix error location reporting.David Robillard1-2/+2
2011-01-09Partially resurrect CPS translation pass.David Robillard1-1/+3
2010-12-31Report parsing errors.David Robillard1-0/+1
2010-12-28Avoid string copy (store const char* for command line filenames instead of st...David Robillard1-8/+9
2010-12-28Use fst ("first") instead of head and rst ("rest") instead of tail.David Robillard1-2/+2
2010-12-27Make ATuple a normal LISPey cons cell (it always was anyway).David Robillard1-1/+1
2010-12-26Update headers.David Robillard1-1/+1
2010-12-10Move simplification from lift stage to a new (post-typing) simplify stage.David Robillard1-0/+2
2010-12-09Add option -a to annotate printed code (for -T and -L).David Robillard1-14/+17
2010-12-09Remove trailing whitespace.David Robillard1-8/+8
2010-12-09Fix cpplint warnings.David Robillard1-0/+5
2010-12-09read_expression => PEnv::parse.David Robillard1-1/+1
2010-12-09Make environment always referenced by symbols.David Robillard1-2/+2
2010-12-09Const-correct parser.David Robillard1-1/+1
2010-12-07Rename 'parse' to the now more accurate 'expand'.David Robillard1-1/+1
2010-12-07Saner recursive descent lexer/parser.David Robillard1-2/+2
2010-12-04More const-correctness (remove all use of const_cast).David Robillard1-1/+1
2010-12-03Remove use of RTTI for AST.David Robillard1-5/+5
2010-12-03Merge ACall and ATuple.David Robillard1-2/+2
2010-12-03Remove AFn.David Robillard1-4/+0
2010-12-02Remove ACall subclasses.David Robillard1-0/+32
2010-12-02Represent code as list structure (i.e. traditional LISP lists built from pair...David Robillard1-2/+5
2010-12-01Add -T option to type-check and pretty-print with type annotations.David Robillard1-57/+68
2010-04-13Better (but still not correct...) computation of lifted function implementati...David Robillard1-0/+1
2010-04-13Restructure as a source translation based compiler.David Robillard1-12/+20
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-0/+149