| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ty_obj case to pretty printer | Marijn Haverbeke | 2011-03-09 | 1 | -16/+37 |
| | | |||||
| * | Have the pretty-printer take a writer stream as argument | Marijn Haverbeke | 2011-03-09 | 2 | -17/+36 |
| | | | | | | It now uses a string writer to also fill in for middle.ty.ast_ty_to_str | ||||
| * | Add partial pretty-printing for syntax extensions | Brian Anderson | 2011-03-07 | 1 | -1/+10 |
| | | |||||
| * | Add missing alt arm to expr_if pretty-printer | Brian Anderson | 2011-03-07 | 1 | -0/+1 |
| | | |||||
| * | Add a pretty-printer | Marijn Haverbeke | 2011-03-07 | 2 | -0/+923 |
| Adds a -pp option to the compiler which will cause it to simply pretty-print the given file. | |||||