Reduced token size
This commit is contained in:
@ -8,7 +8,3 @@ import (
|
||||
type Assign struct {
|
||||
Expression *expression.Expression
|
||||
}
|
||||
|
||||
func (node *Assign) String() string {
|
||||
return node.Expression.String()
|
||||
}
|
||||
|
Reference in New Issue
Block a user