<- 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
/
main.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-13
/
+47
*
Adds casting strings to numbers in the sum operator
Charlie Stanton
2023-04-19
1
-1
/
+5
*
Creates functions for compounding atoms back into values in the walk module a...
Charlie Stanton
2023-04-18
1
-73
/
+19
*
Renames TransducerOutput to OutputContent (and related types) and moves into ...
Charlie Stanton
2023-03-05
1
-23
/
+0
*
Changes the slot map so only runes can be used as slots
Charlie Stanton
2023-03-05
1
-6
/
+4
*
Renames walk.Datum to walk.Atom
Charlie Stanton
2023-03-05
1
-32
/
+34
*
Replace append with walk.ConcatData in many places to fix bug to do with sema...
Charlie Stanton
2023-02-26
1
-2
/
+2
*
Converts subex output back into WalkValues and prints for easier debugging
Charlie Stanton
2023-02-26
1
-3
/
+60
*
Modify subex to take JSON split into "data"
Charlie Stanton
2023-02-22
1
-29
/
+60
*
Introduces subex processing
Charlie Stanton
2023-02-19
1
-0
/
+114