<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/subex/subexast.go
Commit message (Expand)AuthorAgeFilesLines
* Adds the negate operatorCharlie Stanton2023-04-191-0/+14
* Combines sum and product into an arithmetic state that contains a function fo...Charlie Stanton2023-04-191-2/+4
* Adds product/and operatorCharlie Stanton2023-04-191-4/+16
* Replaces a few instances of SubexStates with pointers as they should beCharlie Stanton2023-04-191-1/+1
* Replaces the parent/child implementation for operators like store and sum wit...Charlie Stanton2023-04-191-7/+9
* Adds the sum operatorCharlie Stanton2023-04-181-0/+12
* Removes try, maybe, maximise and minimiseCharlie Stanton2023-04-181-54/+0
* Adds the repeat construct, obsoleting maximise, minimise, try, maybe and prob...Charlie Stanton2023-04-181-11/+67
* Renames TransducerOutput to OutputContent (and related types) and moves into ...Charlie Stanton2023-03-051-1/+1
* Renames walk.Datum to walk.AtomCharlie Stanton2023-03-051-6/+21
* Modify subex to take JSON split into "data"Charlie Stanton2023-02-221-3/+6
* Introduces subex processingCharlie Stanton2023-02-191-0/+163