aboutsummaryrefslogtreecommitdiff
path: root/printing.h
AgeCommit message (Collapse)Author
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill
2021-01-15Major overhaul of how different modes of behavior work. Approximately 2xBruce Hill
speedup and 2x memory footprint reduction. Also removed --mode and VM_HIDE (~ operator), and added --context. Printing works better now.
2021-01-12Some general cleanup, adding comments, adding more __attribute__s whereBruce Hill
applicable
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-08Renamed viz -> printing, and tidied up the code a bitBruce Hill