Asama 3.2 — Implement SymbolCollector that populates SymbolTable from AST #47
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: Walk the AST and populate the SymbolTable with all definitions and references.
Files to create/modify:
Requirements:
Success criteria: