Skip to content
Snippets Groups Projects
Commit 536a1873 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

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
parent f1c3fcc7
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment