You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation the mutable symboltable is passed in code-generation phase from the AST nodes and updated accordingly.
--> CHANGE TO
Symboltable to immutable. Each AST node resolves it's variables/symbols which can then be passed upwards.
The text was updated successfully, but these errors were encountered:
* add sql language to repo
with reference to issue lhartikk#1 added sql language for hello world.
* update to contribution list
Updated for the contribution as issue lhartikk#54
KahCosta
pushed a commit
to KahCosta/ArnoldC
that referenced
this issue
Oct 25, 2018
In current implementation the mutable symboltable is passed in code-generation phase from the AST nodes and updated accordingly.
--> CHANGE TO
Symboltable to immutable. Each AST node resolves it's variables/symbols which can then be passed upwards.
The text was updated successfully, but these errors were encountered: