aboutsummaryrefslogtreecommitdiff
path: root/grammars
AgeCommit message (Expand)Author
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
2020-09-14Added nodent support (|)Bruce Hill
2020-09-13Spruced up a bunch of stuff, tweaked the grammar, added docsBruce Hill
2020-09-13Changed "upto-and" syntax to ".."/"..."Bruce Hill
2020-09-13Added == operatorBruce Hill
2020-09-13Added default * **/* glob handling when no files providedBruce Hill
2020-09-12Added backrefsBruce Hill