package ast

type Stmt struct {
	Assigns string
	Expr    *Expr
}
