| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new number systemnumbers | Charlie Stanton | 2024-12-15 | 1 | -0/+21 |
* | Add iterating destructures | Charlie Stanton | 2024-04-27 | 1 | -78/+0 |
* | Change output subex internals to allow structures | Charlie Stanton | 2024-04-07 | 1 | -27/+40 |
* | Add " shorthand for string destructure | Charlie Stanton | 2024-03-31 | 1 | -3/+2 |
* | Add map destructure | Charlie Stanton | 2024-03-30 | 1 | -0/+25 |
* | Add array value destructure | Charlie Stanton | 2024-03-30 | 1 | -2/+25 |
* | Completely remove the path space | Charlie Stanton | 2024-03-29 | 1 | -100/+149 |
* | Reimplements inserting basic values using subexes | Charlie Stanton | 2023-07-21 | 1 | -9/+34 |
* | Huge refactor to a more value based system, doing away with terminals. Also i... | Charlie Stanton | 2023-07-19 | 1 | -158/+204 |
* | Update subex , literal to no longer include terminals | Charlie Stanton | 2023-04-26 | 1 | -4/+4 |
* | Refines storing and loading to use ids generated when the subex is compiled i... | Charlie Stanton | 2023-04-25 | 1 | -2/+2 |
* | Replaces the interfaces implementation of Atom with a tagged union based impl... | Charlie Stanton | 2023-04-21 | 1 | -9/+4 |
* | Add :xyz: replacement syntax that removes whatever is before it and inserts w... | Charlie Stanton | 2023-04-21 | 1 | -0/+13 |
* | Add subex syntax to copy across booleans, numbers, strings and values | Charlie Stanton | 2023-04-21 | 1 | -0/+77 |
* | Combines sum and product into an arithmetic state that contains a function fo... | Charlie Stanton | 2023-04-19 | 1 | -113/+10 |
* | Adds product/and operator | Charlie Stanton | 2023-04-19 | 1 | -18/+69 |
* | Adjusts the sum operator to act as boolean OR when all inputs are booleans | Charlie Stanton | 2023-04-19 | 1 | -5/+15 |
* | Replaces the parent/child implementation for operators like store and sum wit... | Charlie Stanton | 2023-04-19 | 1 | -148/+63 |
* | Adds casting strings to numbers in the sum operator | Charlie Stanton | 2023-04-19 | 1 | -12/+31 |
* | 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 |