From 3af75072c6226932f7dae48c6fc34c4177e42c18 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Fri, 17 Apr 2026 02:38:13 -0400 Subject: [tnslc] initial bin op comp --- tnslc/compile/scope.tnsl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tnslc/compile/scope.tnsl') diff --git a/tnslc/compile/scope.tnsl b/tnslc/compile/scope.tnsl index 6faf596..a9cbef7 100644 --- a/tnslc/compile/scope.tnsl +++ b/tnslc/compile/scope.tnsl @@ -412,6 +412,11 @@ struct Scope { ;/ ;/ + # Returns true if the variable is in a temp spot + /; is_tmp (~Var v) [bool] + return false + ;/ + # # Sub scope # -- cgit v1.2.3