Minor Entity refactor

This commit is contained in:
Ginger Bill
2016-10-30 13:20:45 +00:00
parent 09f39ae2cc
commit 3ec67853e1
18 changed files with 299 additions and 192 deletions

View File

@@ -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) {