fix bounds + update libs
This commit is contained in:
parent
828ebb23c0
commit
bc58da6d49
5 changed files with 59 additions and 50 deletions
|
|
@ -501,7 +501,7 @@ func (p *Parser) binary() (Node, error) {
|
|||
op := tokenToBinaryOperation(ops.Pop().Type)
|
||||
|
||||
start, _ := l.Bounds()
|
||||
_, end := l.Bounds()
|
||||
_, end := r.Bounds()
|
||||
|
||||
values.Push(&BinaryNode{
|
||||
op,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue