aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-09-28Fixes for captures and backrefs, and added block commentsBruce Hill
2020-09-28New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead ofBruce Hill
2020-09-28More intuitive escape sequences for string patternsBruce Hill
2020-09-26Optimization for utf8Bruce Hill
2020-09-26Added utf8 identifier definitionsBruce Hill
2020-09-25Some light unicode supportBruce Hill
2020-09-24Made paren groups multilineBruce Hill
2020-09-24Added mmap()Bruce Hill
2020-09-24Optimizations for replacementBruce Hill
2020-09-24Fix for replace-all not working with 0 replacementsBruce Hill
2020-09-24Fixed major performance issue with finding patternsBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-20Added configurability for CCBruce Hill
2020-09-18Slightly better handling of NULL bytesBruce Hill
2020-09-18Added rule to help skip binary files, and improved looping logicBruce Hill
2020-09-17Some fixes, including to "\\" and ".."/"..."Bruce Hill
2020-09-17Updates to the grammarBruce Hill
2020-09-17Better printingBruce Hill
2020-09-17Fixed memory leak in REPLACE patternBruce Hill
2020-09-17Some error handlingBruce Hill
2020-09-17Removing "Empty" rule from meta grammarBruce Hill
2020-09-16Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')Bruce Hill