wip: ast?
This commit is contained in:
9
ast/ast.go
Normal file
9
ast/ast.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ast
|
||||
|
||||
type Statement interface {
|
||||
stmt()
|
||||
}
|
||||
|
||||
type Expr interface {
|
||||
expr()
|
||||
}
|
||||
Reference in New Issue
Block a user