Printf is working !!
This commit is contained in:
@@ -159,6 +159,7 @@ Intern_String keyword_enum;
|
||||
|
||||
Intern_String intern_void;
|
||||
Intern_String intern_foreign;
|
||||
Intern_String intern_printf;
|
||||
|
||||
struct Ast_Package;
|
||||
struct Sym;
|
||||
@@ -208,6 +209,7 @@ lex_init(Allocator *token_string_arena, Allocator *map_allocator, Lexer *l){
|
||||
|
||||
intern_foreign = intern_string(&l->interns, "#foreign"_s);
|
||||
intern_void = intern_string(&l->interns, "void"_s);
|
||||
intern_printf = intern_string(&l->interns, "printf"_s);
|
||||
}
|
||||
|
||||
function void
|
||||
|
||||
Reference in New Issue
Block a user