<- 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
/
subexast.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds non-string literal syntax to subex
Charlie Stanton
2023-04-20
1
-0
/
+6
*
Adds the NOT operator
Charlie Stanton
2023-04-19
1
-0
/
+15
*
Adds the reciprocal operator
Charlie Stanton
2023-04-19
1
-0
/
+15
*
Adds the negate operator
Charlie Stanton
2023-04-19
1
-0
/
+14
*
Combines sum and product into an arithmetic state that contains a function fo...
Charlie Stanton
2023-04-19
1
-2
/
+4
*
Adds product/and operator
Charlie Stanton
2023-04-19
1
-4
/
+16
*
Replaces a few instances of SubexStates with pointers as they should be
Charlie Stanton
2023-04-19
1
-1
/
+1
*
Replaces the parent/child implementation for operators like store and sum wit...
Charlie Stanton
2023-04-19
1
-7
/
+9
*
Adds the sum operator
Charlie Stanton
2023-04-18
1
-0
/
+12
*
Removes try, maybe, maximise and minimise
Charlie Stanton
2023-04-18
1
-54
/
+0
*
Adds the repeat construct, obsoleting maximise, minimise, try, maybe and prob...
Charlie Stanton
2023-04-18
1
-11
/
+67
*
Renames TransducerOutput to OutputContent (and related types) and moves into ...
Charlie Stanton
2023-03-05
1
-1
/
+1
*
Renames walk.Datum to walk.Atom
Charlie Stanton
2023-03-05
1
-6
/
+21
*
Modify subex to take JSON split into "data"
Charlie Stanton
2023-02-22
1
-3
/
+6
*
Introduces subex processing
Charlie Stanton
2023-02-19
1
-0
/
+163