|
@@ -4,7 +4,6 @@ import "core:odin/ast"
|
|
|
import "core:odin/tokenizer"
|
|
|
|
|
|
import "core:fmt"
|
|
|
-import "core:reflect"
|
|
|
|
|
|
Warning_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|
|
|
Error_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|