1 2 3 4 5 6 7
package ast // Expr represents an expression node in the AST. type Expr interface { Node exprNode() }