mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
* trying to get codespell to trigger before merge to main * iterating * https://github.com/codespell-project/actions-codespell * iterating * iterating * iterating * iterating * iterating * more * more * more
3 lines
167 B
Go
3 lines
167 B
Go
// Package runtime contains state for the concrete-syntax-tree executor which
|
|
// runs user-specifed statements in the Miller domain-specific language.
|
|
package runtime
|