summaryrefslogtreecommitdiff
path: root/tnslc/compile/scope.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-04-17 02:38:13 -0400
committerKai Gunger <kgunger12@gmail.com>2026-04-17 02:38:13 -0400
commit3af75072c6226932f7dae48c6fc34c4177e42c18 (patch)
treecf4bbee9ae87055bd9593c27ad6379e4d6c69bcb /tnslc/compile/scope.tnsl
parentcef296971465615132e9b0ff459d7e2eed9701e5 (diff)
[tnslc] initial bin op comporigin
Diffstat (limited to 'tnslc/compile/scope.tnsl')
-rw-r--r--tnslc/compile/scope.tnsl5
1 files changed, 5 insertions, 0 deletions
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
#