<- Back to shtanton's homepage
index
:
stred go
main
Prototype Go implementation of stred
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subex
/
subexstate.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
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