miller/internal/pkg/dsl/doc.go
2021-11-11 14:15:13 -05:00

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