Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a and A commands for global substitution | Charlie Stanton | 2023-04-21 | 1 | -1/+1 |
| | |||||
* | Adds some shorthands for substituting the beginning and end of the path register | Charlie Stanton | 2023-04-20 | 1 | -1/+1 |
| | |||||
* | Adds a substitute path command: S | Charlie Stanton | 2023-04-20 | 1 | -30/+1 |
| | |||||
* | Remove filters and various commands that are no longer wanted | Charlie Stanton | 2023-04-20 | 1 | -229/+4 |
| | | | | These have all been made redundant by the incredible substitute command | ||||
* | Remove the need for a semicolon after each command | Charlie Stanton | 2023-04-20 | 1 | -5/+1 |
| | |||||
* | Adds parsing substitute commands, though executing them currently does nothing | Charlie Stanton | 2023-04-19 | 1 | -0/+27 |
| | |||||
* | Adds some new commands | Charlie Stanton | 2022-09-21 | 1 | -7/+187 |
| | |||||
* | Adds new filters | Charlie Stanton | 2022-08-27 | 1 | -0/+27 |
| | | | | | | | | - Begin terminals - End terminals - All terminals - Negate - AND | ||||
* | Adds a bunch of new path pattern features | Charlie Stanton | 2022-08-26 | 1 | -0/+14 |
| | | | | | | - Bracketting in expressions - OR with | - Optional with ? | ||||
* | Refactors some stuff and adds lexing and parsing | Charlie Stanton | 2022-08-26 | 1 | -0/+224 |