index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing.c
Age
Commit message (
Expand
)
Author
2021-01-15
Renaming files: printing->print, file_loader->files
Bruce Hill
2021-01-15
Renaming 'op' member fields to 'pat'
Bruce Hill
2021-01-15
Added interactive confirmation mode for replacing text
Bruce Hill
2021-01-15
Better variable names
Bruce Hill
2021-01-15
Fixed a text replacement bug and added a secondary color for replaced
Bruce Hill
2021-01-15
Major overhaul of how different modes of behavior work. Approximately 2x
Bruce Hill
2021-01-12
Added forward declarations for static functions
Bruce Hill
2021-01-12
Some general cleanup, adding comments, adding more __attribute__s where
Bruce Hill
2021-01-12
Adding comments
Bruce Hill
2021-01-12
Standardizing to line-comments instead of block comments
Bruce Hill
2021-01-12
Renamed op.op -> op.type
Bruce Hill
2021-01-12
Simplified backref matching code and improved visualization of backrefs.
Bruce Hill
2021-01-10
Updated more things to use xfree(&foo) instead of free(foo)
Bruce Hill
2021-01-08
Renamed viz -> printing, and tidied up the code a bit
Bruce Hill