diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-07 00:48:05 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-07 00:48:05 -0500 |
| commit | 9e8e52bf43b325ab636fc4de81acc89eb17a2c1d (patch) | |
| tree | fa1a17c4d48f64b408ca1fbd0fd0c368097e9c21 /tnslc/compile/scope.tnsl | |
| parent | c4ece1f196c361f10515d1de41c1b23875769f54 (diff) | |
reg moves
Diffstat (limited to 'tnslc/compile/scope.tnsl')
| -rw-r--r-- | tnslc/compile/scope.tnsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tnslc/compile/scope.tnsl b/tnslc/compile/scope.tnsl index c152d00..69e445c 100644 --- a/tnslc/compile/scope.tnsl +++ b/tnslc/compile/scope.tnsl @@ -95,6 +95,14 @@ struct Scope { return out ;/ + + # + # Add variables to the scope + # + + /; mk_set_var(~Var v) + ;/ + # # Label generation # |