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