| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-10 | Cleanup | bculkin2442 | |
| 2017-03-26 | Update | bculkin2442 | |
| 2017-03-25 | General cleanup | bculkin2442 | |
| 2017-03-23 | Add forgetful groups. | bjculkin | |
| Forgetful groups are groups which reset the currently allowed nested openers/closers from enclosing groups. This is useful for things like quoted strings, where you don't want groups to open inside them. As a consequence, this also adds nested openers. However, predicated openers/closers cannot be nested. | |||
| 2017-03-20 | Add sample predicated openers/closers | bjculkin | |
| This adds a sample predicated opener/closer pair based off of regular expressions. The opener accepts a regular expression and will provide all of its numbered captured groups. The closer accepts a format string and uses the parameters (capture groups) as the format parameters. | |||
| 2017-03-20 | Move delimiter stuff to a new package | bjculkin | |
