aboutsummaryrefslogtreecommitdiff
path: root/explain.h
AgeCommit message (Collapse)Author
2022-04-09Moving print logic out of match.c and renaming explain -> printmatchBruce Hill
2021-09-23Moved type defs into their own files instead of types.hBruce 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-01Renamed matchviz -> explainBruce Hill