aboutsummaryrefslogtreecommitdiff
path: root/grammars
AgeCommit message (Expand)Author
2021-01-12Removed unnecessary start of file checkBruce Hill
2021-01-08Fixed bug with ..%\nBruce Hill
2021-01-05Changed precedence of =>Bruce Hill
2021-01-05Added whole-line-matching modeBruce Hill
2021-01-05Simplified `...` to `..%\n` and `$.` to `./\n`Bruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-30Simplified syntax for replacement: just =>, no need for {}Bruce Hill
2020-12-19Updated to use `a,b,cBruce Hill
2020-12-14Strings not multiline by defaultBruce 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-14Fix for htmlBruce Hill
2020-12-14Updated grammarsBruce 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-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-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-24Made paren groups multilineBruce 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-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-17Some error handlingBruce Hill
2020-09-17Removing "Empty" rule from meta grammarBruce Hill
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
2020-09-16Removed (/) (which is just a clunky way to do "")Bruce Hill
2020-09-16Updated highlighting codeBruce Hill
2020-09-16Tweaks to highlightingBruce Hill
2020-09-16Moving more behavior over to definitionsBruce Hill
2020-09-16Removed old codeBruce Hill
2020-09-16Added tons of file and line number stuffBruce Hill
2020-09-16Consolidated repetition ops (instead of '+', '*', '?', etc. now it's allBruce Hill
2020-09-16Another fixBruce Hill
2020-09-16Fixed grammarBruce Hill
2020-09-14Tweaks and docsBruce Hill