aboutsummaryrefslogtreecommitdiff
path: root/grammars/html.bpeg
AgeCommit message (Collapse)Author
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
visualizations
2020-09-28Moved */+ back to prefix, and dropped ?Bruce Hill
2020-09-28New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead ofBruce Hill
@[foo]<pat>
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
definitions, added better error reporting for failed BPEG grammars
2020-09-16Removed (/) (which is just a clunky way to do "")Bruce Hill
2020-09-16Consolidated repetition ops (instead of '+', '*', '?', etc. now it's allBruce Hill
number based: '1+', '0+', '0-1') and reverted to UPTO_AND behavior instead of UPTO
2020-09-16Another fixBruce Hill
2020-09-16Fixed grammarBruce Hill
2020-09-13Spruced up a bunch of stuff, tweaked the grammar, added docsBruce Hill
2020-09-13Added == operatorBruce Hill
2020-09-12Added backrefsBruce Hill