EoinDavey / Setanta

Setanta - Teanga Ríomhchlárúcháin as Gaeilge - Irish Programming Language
Mozilla Public License 2.0
93 stars 4 forks source link

Improve Setanta late-binding logic for globals #21

Closed EoinDavey closed 2 years ago

EoinDavey commented 2 years ago

Add smarter lookahead to verify that globals are defined, even if later in the program. This doesn't eliminate the possibility for runtime unknown global variable references but should massively reduce their occurence.

Remove special self definition logic too to enable shadowing.