Closed bsuth closed 1 year ago
We should also update _G
with global declarations. If we are going to track declarations during compilation, we may also be able to fix https://github.com/erde-lang/erde/issues/18 by updating the (non-translated) field in _G
Updating a
module
definition does not update the_MODULE
table after declaration.We should keep track of declarations and update
_MODULE
accordingly when necessary