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
/
utils.c
Age
Commit message (
Expand
)
Author
2020-12-30
Fixed some minor issues
Bruce Hill
2020-12-30
Fully purging "bpeg" from the source
Bruce Hill
2020-12-30
Simplified syntax for replacement: just =>, no need for {}
Bruce Hill
2020-12-17
Better null byte handling, simplified match datastructures, and some
Bruce Hill
2020-12-17
Memory allocation failure checks, and a simpler new() function
Bruce Hill
2020-12-14
Imports cleanup and removing FILE* parameter from json
Bruce Hill
2020-12-14
Updated '|' to mean word boundary and \N for nodent
Bruce Hill
2020-09-28
Major improvements to error messages
Bruce Hill
2020-09-28
Starting to add better error messages
Bruce Hill
2020-09-28
Fixes for captures and backrefs, and added block comments
Bruce Hill
2020-09-16
WIP
Bruce Hill
2020-09-14
Added nodent support (|)
Bruce Hill
2020-09-13
Added null terminator and closed file handler
Bruce Hill
2020-09-12
Fixes for CLI flags
Bruce Hill
2020-09-12
Added backrefs
Bruce Hill
2020-09-11
Tightening up the makefile flags and vim modelines
Bruce Hill
2020-09-11
Major overhaul refactor restructuring
Bruce Hill