From a3fc7c905b780244a8984698116f10ad3fe6f6ed Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Mon, 29 Jun 2026 23:53:13 -0400 Subject: [tnslc] some random fixes, still need to fix parser --- tnslc/utils/algo.tnsl | 3 --- 1 file changed, 3 deletions(-) (limited to 'tnslc/utils/algo.tnsl') diff --git a/tnslc/utils/algo.tnsl b/tnslc/utils/algo.tnsl index ed11aad..4f3c6b2 100644 --- a/tnslc/utils/algo.tnsl +++ b/tnslc/utils/algo.tnsl @@ -72,7 +72,6 @@ ;/ /; decode_dec (uint8 ch) [int] - _print_num(NUM_STR, ch) /; if (ch !< '0' && ch !> '9') return ch - '0' ;/ @@ -97,8 +96,6 @@ out = out * base int decoded = 0 - _print_num(NUM_STR, start) - _print_num(NUM_STR, str{start}) /; if (base == 2) decoded = decode_bin(str{start}) ;; else if (base == 8) -- cgit v1.2.3