thp/compiler/src/semantic/guidance.md

16 lines
216 B
Markdown
Raw Normal View History

# Semantic analysis
## Label checking
- Over all the bindings:
- Resolve references with the Symbol table
- If valid, insert reference into Symbol table
## Type checking
TODO
## Flow control check
TODO