about summary refs log tree commit diff
path: root/pkg/lang/ast/ast.go
blob: 4171801de1ad0fc499853475d7c8011bb2106cb4 (plain)
1
2
3
4
5
package ast

type Program struct {
	Stmts []Stmt
}