aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30Simplified syntax for replacement: just =>, no need for {}Bruce Hill
2020-12-27Added in-place filtering/replacementsBruce Hill
2020-12-19Updated to use `a,b,cBruce Hill
2020-12-19Added `a,b,c supportBruce Hill
2020-12-19Fix for range at the end of a fileBruce Hill
2020-12-19Extra safetyBruce Hill
2020-12-17Better null byte handling, simplified match datastructures, and someBruce Hill
2020-12-17CleanupBruce Hill
2020-12-17Fixed -d flag bugBruce Hill
2020-12-17Memory allocation failure checks, and a simpler new() functionBruce Hill
2020-12-17Updated docsBruce Hill
2020-12-17Added --list-filesBruce Hill
2020-12-14Better arg parsingBruce Hill
2020-12-14Fix for json header fileBruce Hill
2020-12-14Fixes for nodent in nested matchesBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Moved json code into its own fileBruce Hill
2020-12-14Re-hooked up JSON outputBruce Hill
2020-12-14Hooked up jsonBruce Hill
2020-12-14Removed colon after filename in outputBruce Hill
2020-12-14Strings not multiline by defaultBruce Hill
2020-12-14Bug fix for literals exceeding end of fileBruce Hill
2020-12-14Multiline paren groupsBruce Hill
2020-12-14Updated '|' to mean word boundary and \N for nodentBruce Hill
2020-12-14Fixed parens typoBruce Hill
2020-12-14Dead codeBruce Hill
2020-12-14Removing dead codeBruce Hill
2020-12-14Fix for htmlBruce Hill
2020-12-14Updated grammarsBruce Hill
2020-12-14Added support for `...%p`Bruce Hill
2020-12-14Added % operator to ..Bruce Hill
2020-12-14Updated how `==` and `!=` operators workBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
2020-10-13Tweaks to nodent behaviorBruce Hill
2020-10-11Merge branch 'master' of github.com:bruce-hill/c-bpeg into masterBruce Hill
2020-10-11Replaced (!"x" .) with (. != "x")Bruce Hill
2020-09-29Fixed off-by-one error and bug in filename-printing logicBruce Hill
2020-09-28Added emailsBruce Hill
2020-09-28Url fixesBruce Hill
2020-09-28BugfixesBruce Hill
2020-09-28Major improvements to error messagesBruce Hill
2020-09-28Starting to add better error messagesBruce Hill
2020-09-28Moved */+ back to prefix, and dropped ?Bruce Hill
2020-09-28Added !=Bruce Hill
2020-09-28Added +/*/? postfix operatorsBruce Hill
2020-09-28Tolerate spaces around `=` in @foo = bazBruce Hill
2020-09-28Added link to commons clauseBruce Hill
2020-09-28Clarifying licenseBruce Hill
2020-09-28Updated readme with examplesBruce Hill
2020-09-28Updated docs for commentsBruce Hill