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 (
Collapse
)
Author
2020-09-13
Changed "upto-and" syntax to ".."/"..."
Bruce Hill
2020-09-13
Added == operator
Bruce Hill
2020-09-13
Added captures in lookaheads/behinds.
Bruce Hill
2020-09-13
Updated usage
Bruce Hill
2020-09-13
Added null terminator and closed file handler
Bruce Hill
2020-09-13
Added default * **/* glob handling when no files provided
Bruce Hill
2020-09-13
Makefile fix
Bruce Hill
2020-09-13
Fixed error bug
Bruce Hill
2020-09-13
Tentative support for left-recursion
Bruce Hill
2020-09-13
Don't use color for non-tty outputs, added `-m` mode argument
Bruce Hill
2020-09-12
Fixes for CLI flags
Bruce Hill
2020-09-12
Added backrefs
Bruce Hill
2020-09-12
Fancier grammar loading logic
Bruce Hill
2020-09-12
Moving towards separate grammar files.
Bruce Hill
2020-09-12
Tweaks to CLI, bugfix for escape replacements
Bruce Hill
2020-09-11
Tidying up
Bruce Hill
2020-09-11
Improved handling of CLI flags
Bruce Hill
2020-09-11
Better rule for replacing
Bruce Hill
2020-09-11
Made more grep-like
Bruce Hill
2020-09-11
Updated makefile, added manpage
Bruce Hill
2020-09-11
Tightening up the makefile flags and vim modelines
Bruce Hill
2020-09-11
Don't gitignore itself
Bruce Hill
2020-09-11
Added gitignore
Bruce Hill
2020-09-11
Major overhaul refactor restructuring
Bruce Hill
2020-09-10
Fixed/tidied replacement logic
Bruce Hill
2020-09-10
Added flags for defining rules
Bruce Hill
2020-09-10
Misc. tweaks and visualization changes, capitalized some rules
Bruce Hill
2020-09-10
a e s t h e t i c s
Bruce Hill
2020-09-10
Fixed empty rule
Bruce Hill
2020-09-10
Fixed semicolon rule
Bruce Hill
2020-09-10
Fixes, getting closer to meta-parsing
Bruce Hill
2020-09-10
Fixed old "->"
Bruce Hill
2020-09-10
Added dashes to identifiers
Bruce Hill
2020-09-10
Added multiline variants of operators
Bruce Hill
2020-09-10
Added escape ranges
Bruce Hill
2020-09-10
Some bug fixes, syntax tweaks, added ^^/$$/__, and bpeg meta grammar.
Bruce Hill
2020-09-10
Added "~x" (anything but x) and dropped "^x" (up to x), added "^" (start
Bruce Hill
of line), added "$" (end of line), and changed "`a,z" to "`a-z"
2020-09-09
Improving escape handling
Bruce Hill
2020-09-09
Loads of changes, including new CLI flags, start-in-string mode, etc.
Bruce Hill
2020-09-08
Some cool debug viz stuff
Bruce Hill
2020-09-08
Cleanup
Bruce Hill
2020-09-08
Tweaking display output.
Bruce Hill
2020-09-08
Debugging
Bruce Hill
2020-09-08
Cleaned up backslash escape code
Bruce Hill
2020-09-08
Simplified repeat code and added file input
Bruce Hill
2020-09-08
Fix named captures
Bruce Hill
2020-09-08
Added replacement functionality
Bruce Hill
2020-09-08
Improved printing code, fixed some bugs
Bruce Hill
2020-09-07
Updates and cleanup
Bruce Hill
2020-09-07
Cleanup, splitting into files
Bruce Hill
[prev]
[next]