6 lines
61 B
Go
6 lines
61 B
Go
package ast
|
|
|
|
type Program struct {
|
|
Statements []Statement
|
|
}
|
package ast
|
|
|
|
type Program struct {
|
|
Statements []Statement
|
|
}
|