semi-complete semantic v2

This commit is contained in:
2025-12-03 04:58:41 +09:00
parent 90b7d8fcbe
commit 2b6193a2c7
11 changed files with 360 additions and 419 deletions

View File

@@ -14,8 +14,7 @@
*/
#define SYMTAB_SIZE 211
#define MAX_SCOPE_DEPTH 32
#define MAX_SCOPE_COUNT 1557
#define MAX_SCOPE_DEPTH 1557
#define MAX_PARAM_COUNT 13
@@ -134,10 +133,6 @@ BucketList st_lookup(char *name);
*/
BucketList st_lookup_from(char *name, Scope scope);
void printScope(FILE *listing, Scope scope);
void printScopeTree(FILE *listing);
void printSymTab(FILE *listing);
#endif