From 4a15d64a65cca37a708af4f954415b5c205a9655 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 31 Mar 2024 10:18:13 -0400 Subject: better tokens --- tnslc/compile/error.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/compile/error.tnsl') diff --git a/tnslc/compile/error.tnsl b/tnslc/compile/error.tnsl index 7857075..255aec1 100644 --- a/tnslc/compile/error.tnsl +++ b/tnslc/compile/error.tnsl @@ -5,6 +5,7 @@ /; report_error (utils.File file, Token token, ~uint8 message) ~uint s = file.path.to_cstr('/') _printf(s) + _delete(s) _print_num(ERR_NUM, token.line) _print_num(ERR_NUM, token.col) _print_num(TOK_PRNT, token.data) -- cgit v1.2.3