fixing compiler bugs

This commit is contained in:
Krzosa Karol
2022-06-17 10:35:05 +02:00
parent 6696fd80f0
commit ae62b6933e
9 changed files with 54 additions and 12 deletions

View File

@@ -196,6 +196,7 @@ How does current declaration order resolver works:
enum Ast_Decl_State{
DECL_NOT_RESOLVED,
DECL_RESOLVED,
DECL_RESOLVED_TYPE,
DECL_RESOLVING,
};