<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Renames walk.Datum to walk.AtomCharlie Stanton2023-03-055-98/+114
* Refactors out terminator literal stuff into a separate parsing functionCharlie Stanton2023-03-051-117/+37
* Adds syntax to recognise and deal with starting and ending arrays, maps and s...Charlie Stanton2023-02-261-0/+123
* Replace append with walk.ConcatData in many places to fix bug to do with sema...Charlie Stanton2023-02-263-7/+11
* Converts subex output back into WalkValues and prints for easier debuggingCharlie Stanton2023-02-262-3/+92
* Modify subex to take JSON split into "data"Charlie Stanton2023-02-226-100/+167
* Move JSON serialising, deserialising and walking code into a separate packageCharlie Stanton2023-02-197-381/+396
* Removes obsolete subex code from main/main.goCharlie Stanton2023-02-191-580/+0
* Introduces subex processingCharlie Stanton2023-02-196-4/+636
* Adds the or operator |Charlie Stanton2022-09-211-2/+34
* Implements the first version of subexCharlie Stanton2022-09-211-0/+564
* Adds some new commandsCharlie Stanton2022-09-214-16/+309
* Adds new filtersCharlie Stanton2022-08-273-41/+87
* Adds a bunch of new path pattern featuresCharlie Stanton2022-08-264-44/+101
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-268-123/+593
* Initial commitCharlie Stanton2022-08-236-0/+591