Files
lambda/pkg/saccharine/ast/program.go
2025-12-27 03:43:19 -05:00

6 lines
61 B
Go

package ast
type Program struct {
Statements []Statement
}