Reduced token size
This commit is contained in:
@ -13,7 +13,7 @@ func (f *Function) Compare(comparison *expression.Expression) error {
|
||||
right := comparison.Children[1]
|
||||
|
||||
if left.IsLeaf() && left.Token.Kind == token.Identifier {
|
||||
name := left.Token.Text()
|
||||
name := left.Token.Text(f.File.Bytes)
|
||||
variable := f.VariableByName(name)
|
||||
|
||||
if variable == nil {
|
||||
|
Reference in New Issue
Block a user