From 9cb9ab536f51978b8251a651d77d955cb8b794e1 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 4 Aug 2024 12:23:19 +0200 Subject: Create procedure local symbol table --- TODO | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ff1687a..b88eefb 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,4 @@ # 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. +- Ensure type, procedure, variable and parameter names are unique. +- Check symbols used in procedures are defined. -- cgit v1.2.3