aboutsummaryrefslogtreecommitdiffstats
path: root/src/pprint.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Don't pass 'false' for pointer parameter.David Robillard1-1/+1
2011-01-09Don't access type stuff when type annotations are not requested.David Robillard1-1/+1
2010-12-31Fix -P (don't look at types in printer unless annotations are requested).David Robillard1-3/+7
2010-12-31Print fn parameter type annotations correctly.David Robillard1-9/+16
2010-12-31Only print def type annotations when requested.David Robillard1-1/+1
2010-12-31Define named (and possibly recursive) types for closures and functions.David Robillard1-0/+2
2010-12-30Abbreviate (def (fn ...))David Robillard1-7/+17
2010-12-30Pretty-print annotations.David Robillard1-11/+11
2010-12-30Separate all top-level expressions by a blank line.David Robillard1-2/+3
2010-12-29Always print first argument on next line if callee is a list.David Robillard1-5/+10
2010-12-29Improve pretty-printing (fix broken indent when call head is a list).David Robillard1-10/+28
2010-12-29Literal lists (i.e. list quoting).David Robillard1-2/+5
2010-12-28Print type annotations for top-level expressions when -a is given.David Robillard1-9/+14
2010-12-27Remove weird __tag_is form by adding a T_LITSYM type and using = operator.David Robillard1-0/+1
2010-12-27Kill AType.David Robillard1-9/+2
2010-12-26Remove AType::DOTS.David Robillard1-1/+0
2010-12-26Remove AType::PRIM.David Robillard1-1/+0
2010-12-26Update headers.David Robillard1-2/+2
2010-12-25Print missing trailing `)'.David Robillard1-1/+1
2010-12-09Sort code.David Robillard1-11/+11
2010-12-09Strip trailing whitespace.David Robillard1-5/+5
2010-12-09Print newlines after def symbol if type annotation is printed.David Robillard1-2/+5
2010-12-09Print def form more tersely (no newline after symbol).David Robillard1-5/+4
2010-12-09Decent pretty printing for all forms.David Robillard1-60/+71
2010-12-09Fix cpplint warnings.David Robillard1-0/+2
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