Implemented an abstract syntax tree
This commit is contained in:
@ -70,7 +70,7 @@ func Parse(tokens token.List) *Expression {
|
||||
continue
|
||||
}
|
||||
|
||||
group.Precedence = math.MaxInt
|
||||
group.Precedence = math.MaxInt8
|
||||
|
||||
if cursor == nil {
|
||||
cursor = group
|
||||
|
Reference in New Issue
Block a user