mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 02:05:36 +00:00
| .. | ||
| github.com/goccmack/gocc | ||
| miller | ||
| README.md | ||
- 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
putandfilterverbs. And, GOCC is a joy to use. :) - Note on the path:
go get github.com/goccmack/goccuses this directory path, and is nice enough to also createbin/goccfor 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.