| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-12 | Split backref/named captures into separate concepts for performance | Bruce Hill | |
| reasons. | |||
| 2022-04-30 | Simplified things by passing a def argument to next_match instead of | Bruce Hill | |
| chaining defs together. Also simplified `..` by just using a lookahead instead of retconning it. Immutability invariants are now enforced better. | |||
| 2021-07-17 | Performance optimization for common case where pattern starts with | Bruce Hill | |
| string | |||
| 2021-05-19 | Added ~ and !~ operators as replacements for == and != | Bruce Hill | |
| 2021-01-20 | Fixed grammar syntax for `..%` | Bruce Hill | |
| 2021-01-17 | Improved HTML grammar | Bruce Hill | |
| 2021-01-05 | Simplified `...` to `..%\n` and `$.` to `./\n` | Bruce Hill | |
| 2020-12-14 | Fix for html | Bruce Hill | |
| 2020-12-14 | Updated grammars | Bruce Hill | |
| 2020-12-12 | Bunch of changes, including some bpeg->bp renaming, and adding | Bruce Hill | |
| visualizations | |||
