File: doc.go

package info (click to toggle)
miller 6.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,244 kB
  • sloc: ruby: 162; sh: 120; makefile: 87; python: 46
file content (6 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
// 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