| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-27 | Removed definitions as a separate type and instead encode that value in | Bruce Hill | |
| the patterns themselves. This simplifies memory management a lot and speeds up performance. | |||
| 2021-09-23 | WIP | Bruce Hill | |
| 2021-09-23 | Moved type defs into their own files instead of types.h | Bruce Hill | |
| 2021-08-28 | Style change: added cino=:0 (i.e. case statements on same indentation as | Bruce Hill | |
| switch). Also fixed issue where $$ would fail to match with trailing newline on file | |||
| 2021-07-26 | Introduced cache to greatly speed up many use cases | Bruce Hill | |
| 2021-07-17 | Simplified backrefs by only doing direct substring matching instead of | Bruce Hill | |
| accounting for replacement strings. | |||
| 2021-01-17 | Updated REF and CAPTURE types to store direct pointers to names (with a | Bruce Hill | |
| len size_t) instead of allocating memory. | |||
| 2021-01-17 | Improved argument parsing and added support for prompting user for a | Bruce Hill | |
| pattern if none is provided | |||
| 2021-01-15 | Renamed grammar -> definitions | Bruce Hill | |
