miller/pkg/dsl/doc.go
John Kerl 268a96d002
Export library code in pkg/ (#1391)
* Export library code in `pkg/`

* new doc page
2023-09-10 17:15:13 -04: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