-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Improvement of Symbol Table
Summary
The current implementation of the symbol tables deletes the lexemes on scope end and thus cannot be used for look-up after the lexer phase.
Solution
A better implementation would be an introduction of visibility flags - to be set to false on scope end rather than deleting.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request