stred-go

Stred: Streaming Tree Editor. Like sed but for JSON. This is the go implementation
git clone https://shtanton.xyz/git/stred-go.git
Log | Files | Refs | README

ModeNameSize
-rw-r--r--README.md278L
-rw-r--r--go.mod3L
-rw-r--r--json/read.go288L
-rw-r--r--json/write.go294L
-rw-r--r--json/write_test.go183L
-rw-r--r--main/command.go223L
-rw-r--r--main/json.go1L
-rw-r--r--main/lex.go224L
-rw-r--r--main/main.go77L
-rw-r--r--main/parse.go174L
-rw-r--r--subex/arithmetic.go173L
-rw-r--r--subex/filter.go62L
-rw-r--r--subex/lex.go32L
-rw-r--r--subex/main.go254L
-rw-r--r--subex/main_test.go442L
-rw-r--r--subex/parse.go413L
-rw-r--r--subex/subexast.go494L
-rw-r--r--subex/subexast_test.go19L
-rw-r--r--subex/subexstate.go351L
-rw-r--r--subex/subexstate_test.go4L
-rw-r--r--walk/read.go11L
-rw-r--r--walk/walk.go244L
-rw-r--r--walk/walk_test.go45L