aboutsummaryrefslogtreecommitdiff
path: root/grammars/html.bp
AgeCommit message (Collapse)Author
2022-05-12Split backref/named captures into separate concepts for performanceBruce Hill
reasons.
2022-04-30Simplified things by passing a def argument to next_match instead ofBruce Hill
chaining defs together. Also simplified `..` by just using a lookahead instead of retconning it. Immutability invariants are now enforced better.
2021-07-17Performance optimization for common case where pattern starts withBruce Hill
string
2021-05-19Added ~ and !~ operators as replacements for == and !=Bruce Hill
2021-01-20Fixed grammar syntax for `..%`Bruce Hill
2021-01-17Improved HTML grammarBruce Hill
2021-01-05Simplified `...` to `..%\n` and `$.` to `./\n`Bruce 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
visualizations