<- 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
/
main
/
command.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
All registers are now lists of atoms instead of lists of values
Charlie Stanton
2023-04-21
1
-14
/
+17
*
Changes the implementation of Atomise and Compound to no longer use goroutines
Charlie Stanton
2023-04-21
1
-10
/
+3
*
Replaces the inflexible delete all with separate DeleteValue and DeletePath c...
Charlie Stanton
2023-04-20
1
-3
/
+7
*
Adds a substitute path command: S
Charlie Stanton
2023-04-20
1
-11
/
+32
*
Remove filters and various commands that are no longer wanted
Charlie Stanton
2023-04-20
1
-60
/
+0
*
Add commands to append to and swap with the path and X registers
Charlie Stanton
2023-04-20
1
-1
/
+25
*
Upgrades the substitute command to also act as a filter
Charlie Stanton
2023-04-19
1
-3
/
+8
*
Implements subex substitutions for the value register
Charlie Stanton
2023-04-19
1
-1
/
+17
*
Replaces the workspace with 3 distinct registers: path, value and xreg
Charlie Stanton
2023-04-19
1
-24
/
+25
*
Adds parsing substitute commands, though executing them currently does nothing
Charlie Stanton
2023-04-19
1
-0
/
+8
*
Move JSON serialising, deserialising and walking code into a separate package
Charlie Stanton
2023-02-19
1
-18
/
+22
*
Adds some new commands
Charlie Stanton
2022-09-21
1
-4
/
+16
*
Refactors some stuff and adds lexing and parsing
Charlie Stanton
2022-08-26
1
-15
/
+69
*
Initial commit
Charlie Stanton
2022-08-23
1
-0
/
+38