CORE_Static
This commit is contained in:
@@ -186,11 +186,11 @@ struct Parse_Ctx:Lexer{
|
||||
String_Builder helper_builder;
|
||||
};
|
||||
|
||||
function void init_type();
|
||||
function void lex_init(Arena *token_string_arena, Arena *map_allocator, Lexer *l);
|
||||
function String compile_to_c_code();
|
||||
function Ast_Module *ast_module(Token *pos, Intern_String filename);
|
||||
function void insert_builtin_types_into_scope(Ast_Scope *p);
|
||||
function void insert_into_scope(Ast_Scope *scope, Ast_Decl *decl);
|
||||
function Ast_Type *type_incomplete(Ast *ast);
|
||||
function Ast_Expr *parse_expr(S64 minbp = 0);
|
||||
CORE_Static void init_type();
|
||||
CORE_Static void lex_init(Arena *token_string_arena, Arena *map_allocator, Lexer *l);
|
||||
CORE_Static String compile_to_c_code();
|
||||
CORE_Static Ast_Module *ast_module(Token *pos, Intern_String filename);
|
||||
CORE_Static void insert_builtin_types_into_scope(Ast_Scope *p);
|
||||
CORE_Static void insert_into_scope(Ast_Scope *scope, Ast_Decl *decl);
|
||||
CORE_Static Ast_Type *type_incomplete(Ast *ast);
|
||||
CORE_Static Ast_Expr *parse_expr(S64 minbp = 0);
|
||||
Reference in New Issue
Block a user