-
- Downloads
Change symbol tables management
- now each AST node knows its context which is not destroyed when context is left - declarations are no more executed (except in the case of initialization). This means these instructions should be converted to affectation or removed from the AST depending on the case - at block exit, symbol tables should be cleaned-up to avoid keeping memory of obsolete quantities. This will be important for non basic types
Loading
Please register or sign in to comment