diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-07-29 08:26:47 +0300 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-07-29 08:26:47 +0300 |
| commit | 92990e52f017c3fa0b9ff99f517171051d8c7c18 (patch) | |
| tree | b141a70bbd7fb9454c34f042605791e85d0522a5 /TODO | |
| parent | ce7652c6189b289ffbc749dc3d1ffb465c758c01 (diff) | |
| download | elna-92990e52f017c3fa0b9ff99f517171051d8c7c18.tar.gz | |
Add typeExpression to type converter
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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. |
