<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/main/main.go
Commit message (Expand)AuthorAgeFilesLines
* Modify subex to take JSON split into "data"Charlie Stanton2023-02-221-13/+1
* Move JSON serialising, deserialising and walking code into a separate packageCharlie Stanton2023-02-191-29/+8
* Removes obsolete subex code from main/main.goCharlie Stanton2023-02-191-580/+0
* Introduces subex processingCharlie Stanton2023-02-191-4/+5
* Adds the or operator |Charlie Stanton2022-09-211-2/+34
* Implements the first version of subexCharlie Stanton2022-09-211-0/+564
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-261-85/+34
* Initial commitCharlie Stanton2022-08-231-0/+139