From 92990e52f017c3fa0b9ff99f517171051d8c7c18 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 29 Jul 2024 08:26:47 +0300 Subject: Add typeExpression to type converter --- TODO | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1dc182b..69b9730 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3