ASTNode.toString should NOT pretty-print

Issue #28 resolved
Jesper Öqvist created an issue

ASTNode.toString should NOT pretty-print the node.

Comments (3)

  1. Jesper Öqvist reporter

    Added ASTNode.prettyPrint() for pretty printing

    • added the method ASTNode.prettyPrint() in PrettyPrint.jadd
    • cleaned up some code
    • replaced several uses of StringBuffer with StringBuilder.

    see issue #28 (bitbucket)

    → <<cset 8dbee0db8384>>

  2. Log in to comment