Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renames walk.Datum to walk.Atom | Charlie Stanton | 2023-03-05 | 4 | -89/+105 |
* | Refactors out terminator literal stuff into a separate parsing function | Charlie Stanton | 2023-03-05 | 1 | -117/+37 |
* | Adds syntax to recognise and deal with starting and ending arrays, maps and s... | Charlie Stanton | 2023-02-26 | 1 | -0/+123 |
* | Replace append with walk.ConcatData in many places to fix bug to do with sema... | Charlie Stanton | 2023-02-26 | 2 | -7/+7 |
* | Converts subex output back into WalkValues and prints for easier debugging | Charlie Stanton | 2023-02-26 | 1 | -3/+60 |
* | Modify subex to take JSON split into "data" | Charlie Stanton | 2023-02-22 | 4 | -85/+137 |
* | Introduces subex processing | Charlie Stanton | 2023-02-19 | 5 | -0/+631 |