matterbridge/vendor/github.com/d5/tengo/compiler/ast/stmt.go

8 lines
98 B
Go

package ast
// Stmt represents a statement in the AST.
type Stmt interface {
Node
stmtNode()
}