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
/
file_loader.h
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
allocated_op -> allocated_pat
Bruce Hill
2021-01-15
Cleaned up and simplified global state setting stuff (e.g. --verbose)
Bruce Hill
2021-01-14
Overhaul of memory tracking and left recursion. Added explanation doc
Bruce Hill
2021-01-13
Working towards zero memory leakage
Bruce Hill
2021-01-13
Major overhaul of some of the memory tracking code, as well as some
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
Standardizing to line-comments instead of block comments
Bruce Hill
2020-12-27
Added in-place filtering/replacements
Bruce Hill
2020-12-17
Better null byte handling, simplified match datastructures, and some
Bruce Hill
2020-09-28
Starting to add better error messages
Bruce Hill
2020-09-23
More rigorous compile-time checks via __attribute__s
Bruce Hill
2020-09-18
Slightly better handling of NULL bytes
Bruce Hill
2020-09-16
Added tons of file and line number stuff
Bruce Hill
2020-09-16
WIP
Bruce Hill