summaryrefslogtreecommitdiff
path: root/TODO
blob: ff1687a6fbec9dc173a59e77f07769f1354e8f9a (plain)
1
2
3
4
5
6
7
8
9
# Name analysis

- Collect all global type and procedure definitions.
  Give errors if:
  - The type is already defined.
  - Base type is not defined.
  - Replace equivalent type with its base type.

- Check definitions inside procedures.