mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
6 lines
357 B
Go
6 lines
357 B
Go
// Package dsl contains support routines used between package parsing and
|
|
// package cst. Package parsing contains the Miller DSL grammar; package dsl
|
|
// contains the abstract syntax tree which user DSL statements are parsed into;
|
|
// package cst turns the abstract syntax tree from the parser into a concrete
|
|
// syntax tree which is executable.
|
|
package dsl
|