ArnoldC icon indicating copy to clipboard operation
ArnoldC copied to clipboard

Stateless symboltable

Open lhartikk opened this issue 10 years ago • 0 comments

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.

lhartikk avatar Dec 16 '13 15:12 lhartikk