Get rid of clib in big int, introduce message api, add stringify message
This commit is contained in:
@@ -635,14 +635,12 @@ struct Core_Message {
|
||||
Core_Message *next;
|
||||
Core_Message_Kind kind;
|
||||
String string;
|
||||
Token *pos1;
|
||||
Token *pos2;
|
||||
Token *tokens[2];
|
||||
|
||||
int trace_line;
|
||||
char *trace_file;
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
Array<Token> core_lex_file(Allocator *allocator, char *filename);
|
||||
Array<Token> core_lex_string(Allocator *allocator, char *string, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user