mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-15 14:53:43 +00:00
Minor Entity refactor
This commit is contained in:
@@ -128,7 +128,8 @@ String const token_strings[] = {
|
||||
|
||||
struct TokenPos {
|
||||
String file;
|
||||
isize line, column;
|
||||
isize line;
|
||||
isize column;
|
||||
};
|
||||
|
||||
i32 token_pos_cmp(TokenPos a, TokenPos b) {
|
||||
|
||||
Reference in New Issue
Block a user