<- 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
*
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