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
Age
Commit message (
Expand
)
Author
2021-01-17
Updated comment
Bruce Hill
2021-01-17
Fixed two bugs: mmapped files weren't getting closed, and filenames with
Bruce Hill
2021-01-17
Improved handling of directories (e.g. `bp foo dir/`)
Bruce Hill
2021-01-17
Zazzing up repetitions with fancy ∞ symbol
Bruce Hill
2021-01-17
Improved argument parsing and added support for prompting user for a
Bruce Hill
2021-01-17
Added comment
Bruce Hill
2021-01-17
Cleaned up flag parsing code.
Bruce Hill
2021-01-17
Added --git/-G
Bruce Hill
2021-01-17
Better errors for bad patterns.
Bruce Hill
2021-01-16
Deprecated #(...)# block comments
Bruce Hill
2021-01-16
Renamed VM_ to BP_
Bruce Hill
2021-01-15
Sorting imports
Bruce Hill
2021-01-15
Moved pattern code into the right file
Bruce Hill
2021-01-15
Renamed grammar -> definitions
Bruce Hill
2021-01-15
Rename compiler -> pattern
Bruce Hill
2021-01-15
Renamed vm->match
Bruce Hill
2021-01-15
Renaming files: printing->print, file_loader->files
Bruce Hill
2021-01-15
Renaming op -> pat in variable names
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
Opcode reference
Bruce Hill
2021-01-15
Removing opcode references
Bruce Hill
2021-01-15
Rename destroy_op -> destroy_pat
Bruce Hill
2021-01-15
Better input handling.
Bruce Hill
2021-01-15
More correct behavior for Ctrl-c
Bruce Hill
2021-01-15
Better behavior for --context when it comes to --inplace (context used
Bruce Hill
2021-01-15
Renaming op -> pat, phase 1 refactor
Bruce Hill
2021-01-15
Fully supporting NAME make argument
Bruce Hill
2021-01-15
Added interactive confirmation mode for replacing text
Bruce Hill
2021-01-15
Improved use of $(NAME)
Bruce Hill
2021-01-15
Added rule to simplify memory leak testing
Bruce Hill
2021-01-15
Print trailing context in INPLACE modification
Bruce Hill
2021-01-15
Removed unnecessary check
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
Removed auto-context-lines for -r flag
Bruce Hill
2021-01-15
Moved too-many-patterns check
Bruce Hill
2021-01-15
Added support for `bp -p 'foo: "xx"; baz; baz: foo'`
Bruce Hill
2021-01-15
Don't close stdin
Bruce Hill
2021-01-15
Fixed bug with backrefs. The backref pushing was overly greedy and
Bruce Hill
2021-01-15
Cleaned up and simplified global state setting stuff (e.g. --verbose)
Bruce Hill
2021-01-15
Major overhaul of how different modes of behavior work. Approximately 2x
Bruce Hill
2021-01-14
Wording
Bruce Hill
2021-01-14
Made all the heap garbage collection code optional, which saves some
Bruce Hill
2021-01-14
Overhaul of memory tracking and left recursion. Added explanation doc
Bruce Hill
2021-01-14
Added rule for hiding
Bruce Hill
2021-01-13
Replaced _exit()s with exits()
Bruce Hill
2021-01-13
Cleanup
Bruce Hill
2021-01-13
Working towards zero memory leakage
Bruce Hill
2021-01-13
Update makefile to better reflect header dependencies
Bruce Hill
[next]