Vet odin/* packages

This commit is contained in:
gingerBill
2019-01-27 19:01:33 +00:00
parent 5f840ea2fc
commit 2b80683fc7
3 changed files with 22 additions and 22 deletions
-1
View File
@@ -2,7 +2,6 @@ package odin_tokenizer
import "core:fmt"
import "core:odin/token"
import "core:strconv"
import "core:unicode/utf8"
Error_Handler :: #type proc(pos: token.Pos, fmt: string, args: ..any);