Cleaned up linter warnings
This commit is contained in:
parent
c67cb81830
commit
b6947dab18
6 changed files with 29 additions and 28 deletions
|
@ -38,7 +38,7 @@ func Parse(tokens token.List) *Expression {
|
|||
isFunctionCall := isComplete(cursor)
|
||||
|
||||
if isFunctionCall {
|
||||
parameters := List(tokens[groupPosition:i])
|
||||
parameters := NewList(tokens[groupPosition:i])
|
||||
|
||||
node := New()
|
||||
node.Token.Kind = token.Operator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue