-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove codegen dependence on HirSymtab
Symbol tables are not needed after symbol resolution/type checking. NOTE: Should make it easier to refactor/fix stenciling pass, which only works by accident right now. Nested templates are handled incorrectly, but we are able to use the same code for any template instance, so it ends up not mattering.
- Loading branch information
1 parent
ad90b59
commit ee109bc
Showing
5 changed files
with
105 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.