<- 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
*
Refines storing and loading to use ids generated when the subex is compiled i...
Charlie Stanton
2023-04-25
1
-45
/
+68
*
Replaces the interfaces implementation of Atom with a tagged union based impl...
Charlie Stanton
2023-04-21
1
-2
/
+2
*
Add :xyz: replacement syntax that removes whatever is before it and inserts w...
Charlie Stanton
2023-04-21
1
-0
/
+13
*
Adds String methods to all SubexASTs for debugging purposes
Charlie Stanton
2023-04-21
1
-0
/
+51
*
Add subex syntax to copy across booleans, numbers, strings and values
Charlie Stanton
2023-04-21
1
-0
/
+49
*
Properly exports all SubexASTs
Charlie Stanton
2023-04-20
1
-52
/
+52
*
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