elna/TODO

10 lines
220 B
Plaintext
Raw Normal View History

2024-07-29 07:26:47 +02:00
# Name analysis
2024-07-21 16:15:17 +02:00
2024-07-29 07:26:47 +02:00
- Collect all global type and procedure definitions.
Give errors if:
- The type is already defined.
- Base type is not defined.
- Circular type reference.
- Check definitions inside procedures.