aboutsummaryrefslogtreecommitdiff
path: root/printing.c
AgeCommit message (Expand)Author
2021-01-12Added forward declarations for static functionsBruce Hill
2021-01-12Some general cleanup, adding comments, adding more __attribute__s whereBruce Hill
2021-01-12Adding commentsBruce Hill
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-12Renamed op.op -> op.typeBruce Hill
2021-01-12Simplified backref matching code and improved visualization of backrefs.Bruce Hill
2021-01-10Updated more things to use xfree(&foo) instead of free(foo)Bruce Hill
2021-01-08Renamed viz -> printing, and tidied up the code a bitBruce Hill