mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Scoping problem with "shadowed" variables #13

Closed mna closed 10 years ago

mna commented 10 years ago

See testdata/src/49-... test file, and http://play.golang.org/p/igaQ7F66yu for reference.

mna commented 10 years ago

Fixed by merge of wip-lexscope