update + repl fixed + bugfixes
This commit is contained in:
parent
d315a53fbd
commit
828ebb23c0
10 changed files with 138 additions and 124 deletions
|
|
@ -343,7 +343,7 @@ func (p *Parser) expression(mustBeBlock bool) (Node, error) {
|
|||
yield,
|
||||
logic,
|
||||
start,
|
||||
start + p.prev.End,
|
||||
p.prev.End,
|
||||
}
|
||||
|
||||
if name != nil {
|
||||
|
|
@ -352,7 +352,7 @@ func (p *Parser) expression(mustBeBlock bool) (Node, error) {
|
|||
fn,
|
||||
true,
|
||||
start,
|
||||
start + p.prev.End,
|
||||
p.prev.End,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue