Add todos

This commit is contained in:
Krzosa Karol
2023-01-01 17:50:22 +01:00
parent d6a5df8d95
commit 3de813212a
2 changed files with 11 additions and 2 deletions

View File

@@ -630,4 +630,12 @@ struct Ast_Decl: Ast{
};
};
/*END*/
};
};
/*
Array<Token> lex_file(Allocator *allocator, char *filename);
Array<Token> lex_string(Allocator *allocator, char *string, size_t size);
*/