aboutsummaryrefslogtreecommitdiffstats
path: root/alv/base
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-09-03 21:31:55 +0000
committers-ol <s+removethis@s-ol.nu>2025-09-03 21:31:55 +0000
commit75718cc129803d1b6d63fa27499f5f5b916560fb (patch)
tree09e0b618e30e3b63dfd48094c833a75ec21088bf /alv/base
parentrelease v0.2 (diff)
downloadalive-75718cc129803d1b6d63fa27499f5f5b916560fb.tar.gz
alive-75718cc129803d1b6d63fa27499f5f5b916560fb.zip
expose Tag to Ops
Diffstat (limited to 'alv/base')
-rw-r--r--alv/base/builtin.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/base/builtin.moon b/alv/base/builtin.moon
index 558a65a..02f551c 100644
--- a/alv/base/builtin.moon
+++ b/alv/base/builtin.moon
@@ -19,7 +19,7 @@ class Builtin
-- @tparam Value head the (`AST:eval`d) `head` of the Cell to evaluate
new: (@cell, @head) =>
@tag = @cell.tag
- @tag\register @
+ @tag.builtin = @
--- perform the actual evaluation.
--