DrkSephy / DrkSephy/pascal-compiler
Implement scope
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Scope needs to be implemented, which in turn gives us the ability to implement function calls. Every time we enter a new scope, we create a new symbol table and only read from it. Once a scope is exited, we close that symbol table.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.