aboutsummaryrefslogtreecommitdiff
path: root/print.h
AgeCommit message (Collapse)Author
2021-09-23Removed print filesBruce Hill
2021-09-23WIP: working line breaks, formatting, etc. All seems functional, but aBruce Hill
bit messy
2021-09-23Moved type defs into their own files instead of types.hBruce Hill
2021-09-23Deprecated (!)-errorsBruce Hill
2021-09-02Improved formatting optionsBruce Hill
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
switch). Also fixed issue where $$ would fail to match with trailing newline on file
2021-08-02Added -B and -A options to match grepBruce Hill
2021-07-17Factored debug visualization into its own fileBruce Hill
2021-01-18More boolsBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill