Add typeExpression to type converter

This commit is contained in:
2024-07-29 08:26:47 +03:00
parent ce7652c618
commit 92990e52f0
5 changed files with 134 additions and 35 deletions

11
TODO
View File

@ -1,4 +1,9 @@
# AST missing
# Name analysis
- Import
- Record and Union initialization
- 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.