aboutsummaryrefslogtreecommitdiffstats
path: root/src/pprint.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-09Add let form.David Robillard1-1/+26
2010-12-09Make environment always referenced by symbols.David Robillard1-2/+2
2010-12-08Print type annotations correctly.David Robillard1-3/+10
2010-12-07Saner recursive descent lexer/parser.David Robillard1-6/+0
2010-12-07Pretty print booleans correctly.David Robillard1-1/+1
2010-12-03Remove use of RTTI for AST.David Robillard1-33/+27
2010-12-03Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std...David Robillard1-3/+3
2010-12-02Represent code as list structure (i.e. traditional LISP lists built from pair...David Robillard1-47/+57
2010-12-01Add -T option to type-check and pretty-print with type annotations.David Robillard1-105/+93
2010-09-30Preliminary work on algebraic data types and run-time typing.David Robillard1-4/+5
2010-09-15Better pretty printer.David Robillard1-20/+87
2010-08-19Coherent AString and Lexeme implementation.David Robillard1-1/+5
2010-04-13Slightly less terrible "pretty" printing.David Robillard1-5/+5
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-5/+5
2009-10-17Print ellipses correctly.David Robillard1-0/+1
2009-10-15Remove some use of ATuple::size().David Robillard1-1/+1
2009-10-15Remove all use of ATuple::at().David Robillard1-6/+11
2009-10-15Replace more use of at(0) with head().David Robillard1-4/+4
2009-07-04Ditch Exp type and use AST even at lex time.David Robillard1-0/+4
2009-07-03Improved const correctness.David Robillard1-1/+1
2009-06-29More documentation fixes.David Robillard1-1/+1
2009-06-29Build compiler documentation.David Robillard1-0/+4
2009-06-28write.cpp -> pprint.cpp.David Robillard1-0/+97