Add todos
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user