Reduced token size
This commit is contained in:
parent
7bfd0e731d
commit
1e3705df55
47 changed files with 543 additions and 764 deletions
|
@ -18,7 +18,7 @@ func (f *Function) CompileIf(branch *ast.If) error {
|
|||
}
|
||||
|
||||
f.AddLabel(success)
|
||||
f.PushScope(branch.Body)
|
||||
f.PushScope(branch.Body, f.File.Bytes)
|
||||
err = f.CompileAST(branch.Body)
|
||||
f.PopScope()
|
||||
f.AddLabel(fail)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue