finished more type check stuff and some loops

This commit is contained in:
Partho
2025-04-30 02:27:52 -04:00
parent 6d26ba25b0
commit f2affd8a55
3 changed files with 16 additions and 9 deletions

View File

@ -15,6 +15,8 @@
#define SIZE_CHAR 1
#define SIZE_BOOL 1
extern FILE *ir_flag;
struct TableNode;
typedef struct TFList TFList;
typedef struct CGNode CGNode;