<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/subex/lex.go
Commit message (Collapse)AuthorAgeFilesLines
* Adds parsing substitute commands, though executing them currently does nothingCharlie Stanton2023-04-191-0/+8
|
* Changes the parsing API for subex to be more suitable to being part of a ↵Charlie Stanton2023-04-191-13/+3
| | | | larger program
* Introduces subex processingCharlie Stanton2023-02-191-0/+34
Doesn't integrate it at all yet