vegard / v

toy language/compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scoping in nested functions

vegard opened this issue · comments

It should not be possible to reference variables defined in a different function, even if they are lexically in scope.