miller/go/src
2021-01-24 23:27:38 -05:00
..
github.com/goccmack/gocc gofmt 2020-08-30 22:28:34 -04:00
miller mlr repeat 2021-01-24 23:27:38 -05:00
README.md miller json reader prototype-complete; remove go-ordered-json dependency 2020-09-06 16:55:32 -04:00

  • Miller dependencies are all in the Go standard library, except a local one:
    • src/github.com/goccmack
      • GOCC lexer/parser code-generator from github.com/goccmack/gocc:
      • This package defines the grammar for Miller's domain-specific language (DSL) for the Miller put and filter verbs. And, GOCC is a joy to use. :)
      • Note on the path: go get github.com/goccmack/gocc uses this directory path, and is nice enough to also create bin/gocc for me -- so I thought I would just let it continue to do that by using that local path. :)
  • I kept this locally so I could source-control it along with Miller and guarantee its stability. It is used on the terms of its open-source license.