diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-09-03 21:31:55 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-09-03 21:31:55 +0000 |
| commit | 75718cc129803d1b6d63fa27499f5f5b916560fb (patch) | |
| tree | 09e0b618e30e3b63dfd48094c833a75ec21088bf /alv/base | |
| parent | release v0.2 (diff) | |
| download | alive-75718cc129803d1b6d63fa27499f5f5b916560fb.tar.gz alive-75718cc129803d1b6d63fa27499f5f5b916560fb.zip | |
expose Tag to Ops
Diffstat (limited to 'alv/base')
| -rw-r--r-- | alv/base/builtin.moon | 2 |
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. -- |
