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
/
print.c
Age
Commit message (
Expand
)
Author
2021-07-17
Factored debug visualization into its own file
Bruce Hill
2021-07-15
Bugfix for NULL bytes in text
Bruce Hill
2021-05-31
Fix compiler warning nits
Bruce Hill
2021-05-31
Moved utf8 code into a C file, fixed some potential null deref issues
Bruce Hill
2021-05-20
Renamed file_t.contents -> file_t.start, added file_t.memory for
Bruce Hill
2021-05-20
Print errors to stderr instead of stdout
Bruce Hill
2021-05-20
Added (!) syntax for errors with proper opcode support
Bruce Hill
2021-05-19
When printing with zero context, put each match on its own line
Bruce Hill
2021-01-29
Fixed bug with adding accidental extra newlines
Bruce Hill
2021-01-22
Added nodent support (\N) for replacement strings. Slightly hacky, but
Bruce Hill
2021-01-20
Bugfix for replacement coloring
Bruce Hill
2021-01-18
A few more pedantic cleanups
Bruce Hill
2021-01-18
More static analysis cleanup
Bruce Hill
2021-01-18
Checking more return values (per static analyzer)
Bruce Hill
2021-01-18
Static analysis part 1
Bruce Hill
2021-01-18
Better visualization of matches with newlines and tabs
Bruce Hill
2021-01-18
Fixed error printing code
Bruce Hill
2021-01-17
Code cleanup on utils
Bruce Hill
2021-01-17
Fixed color output for utf8 sequences
Bruce Hill
2021-01-16
Renamed VM_ to BP_
Bruce Hill
2021-01-15
Sorting imports
Bruce Hill
2021-01-15
Renamed vm->match
Bruce Hill
2021-01-15
Renaming files: printing->print, file_loader->files
Bruce Hill