mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-27 06:08:13 +00:00
Random Order File Scope Declaration
This commit is contained in:
@@ -219,6 +219,9 @@ struct Token {
|
||||
};
|
||||
|
||||
|
||||
Token empty_token = {Token_Invalid};
|
||||
|
||||
|
||||
|
||||
char const *token_kind_to_string(TokenKind kind) {
|
||||
return TOKEN_STRINGS[kind];
|
||||
|
||||
Reference in New Issue
Block a user