google / rune

Rune is a programming language developed to test ideas for improving security and efficiency.
Apache License 2.0
1.91k stars 46 forks source link

Create local variables in a new pass before binding. #47

Closed waywardgeek closed 1 year ago

waywardgeek commented 1 year ago

We need a separate pass to create local variables to ensure globals are created before locals. Creating them on-the-fly during binding was resulting in local variables hat should have been bound to globals.