<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/main/lex.go
Commit message (Expand)AuthorAgeFilesLines
* Add full merge commandCharlie Stanton2024-04-231-1/+1
* Add substitute next commandsCharlie Stanton2024-04-211-1/+1
* Change output subex internals to allow structuresCharlie Stanton2024-04-071-14/+21
* Huge refactor to a more value based system, doing away with terminals. Also i...Charlie Stanton2023-07-191-1/+1
* Add labels and branches with the : and b commandsCharlie Stanton2023-04-261-0/+10
* Add a and A commands for global substitutionCharlie Stanton2023-04-211-1/+1
* Adds some shorthands for substituting the beginning and end of the path registerCharlie Stanton2023-04-201-1/+1
* Adds a substitute path command: SCharlie Stanton2023-04-201-30/+1
* Remove filters and various commands that are no longer wantedCharlie Stanton2023-04-201-229/+4
* Remove the need for a semicolon after each commandCharlie Stanton2023-04-201-5/+1
* Adds parsing substitute commands, though executing them currently does nothingCharlie Stanton2023-04-191-0/+27
* Adds some new commandsCharlie Stanton2022-09-211-7/+187
* Adds new filtersCharlie Stanton2022-08-271-0/+27
* Adds a bunch of new path pattern featuresCharlie Stanton2022-08-261-0/+14
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-261-0/+224