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

8 lines
105 B
Go

package ast
// Expr represents an expression node in the AST.
type Expr interface {
Node
exprNode()
}