More work on modules, Ast_Module, Ast_File and Ast_Scope got unified
This commit is contained in:
@@ -2,6 +2,7 @@ function Ast_Decl *parse_decl(B32 is_global);
|
||||
|
||||
function void
|
||||
print_token_context(Token *token){
|
||||
if(!token) return;
|
||||
printf(" :: %s:%d\n", token->file.str, (S32)token->line + 1);
|
||||
// @Note(Krzosa): Print error line
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user