Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactors store and sum states to use the new SubexParentState for states tha... | Charlie Stanton | 2023-04-18 | 1 | -53/+104 |
* | Fixes bug where stores wouldn't work inside other stores sometimes | Charlie Stanton | 2023-04-18 | 1 | -1/+1 |
* | Adds the sum operator | Charlie Stanton | 2023-04-18 | 1 | -0/+62 |
* | Adds the repeat construct, obsoleting maximise, minimise, try, maybe and prob... | Charlie Stanton | 2023-04-18 | 1 | -0/+9 |
* | Fix bug where SubexStoreState is sometimes not a pointer | Charlie Stanton | 2023-03-15 | 1 | -1/+1 |
* | Renames TransducerOutput to OutputContent (and related types) and moves into ... | Charlie Stanton | 2023-03-05 | 1 | -1/+23 |
* | Renames walk.Datum to walk.Atom | Charlie Stanton | 2023-03-05 | 1 | -33/+32 |
* | Replace append with walk.ConcatData in many places to fix bug to do with sema... | Charlie Stanton | 2023-02-26 | 1 | -5/+5 |
* | Modify subex to take JSON split into "data" | Charlie Stanton | 2023-02-22 | 1 | -34/+49 |
* | Introduces subex processing | Charlie Stanton | 2023-02-19 | 1 | -0/+145 |