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
/
definitions.c
Age
Commit message (
Expand
)
Author
2021-08-28
Style change: added cino=:0 (i.e. case statements on same indentation as
Bruce Hill
2021-08-01
Moved caching code onto the file, which fixed an issue with file slicing
Bruce Hill
2021-08-01
Cleanup of space/line skipping code
Bruce Hill
2021-08-01
Changed how definitions work
Bruce Hill
2021-07-26
Introduced cache to greatly speed up many use cases
Bruce Hill
2021-07-17
Simplified backrefs by only doing direct substring matching instead of
Bruce Hill
2021-05-20
Renamed file_t.contents -> file_t.start, added file_t.memory for
Bruce Hill
2021-05-20
Mostly working version
Bruce Hill
2021-05-11
Code cleanup: adding len parameter to new_pat()
Bruce Hill
2021-05-10
Added {word} feature and cleaned up the code some.
Bruce Hill
2021-01-26
Cleaned up some error code
Bruce Hill
2021-01-26
Removed check() and replaced with err()/errx()
Bruce Hill
2021-01-18
More static analysis cleanup
Bruce Hill
2021-01-17
Better debug info
Bruce Hill
2021-01-17
Updated REF and CAPTURE types to store direct pointers to names (with a
Bruce Hill
2021-01-17
Improved argument parsing and added support for prompting user for a
Bruce Hill
2021-01-16
Renamed VM_ to BP_
Bruce Hill
2021-01-15
Sorting imports
Bruce Hill
2021-01-15
Renamed grammar -> definitions
Bruce Hill