q/src/build/ast/AST.go
2024-07-21 14:35:06 +02:00

5 lines
43 B
Go

package ast
type Node any
type AST []Node