aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 20:05:43 -0400
committerEduardo Julian2022-06-12 20:05:43 -0400
commit1643be20cb10baf3cabcab502f0013b7faebe322 (patch)
tree4b4f4619921bf5749e404e7f644e5dfe30d69055 /lux-ruby/source
parent94c0bc5d12ed44540543bd6772d357baeb32bb45 (diff)
Generalized macro-let.
Diffstat (limited to 'lux-ruby/source')
-rw-r--r--lux-ruby/source/program.lux10
1 files changed, 4 insertions, 6 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index 5e06719fa..128e5d720 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -14,9 +14,7 @@
["[0]" io (.only IO io)]
["[0]" function]
[concurrency
- ["[0]" async (.only Async)]]
- ["<>" parser
- ["<[0]>" code]]]
+ ["[0]" async (.only Async)]]]
[data
["[0]" text (.open: "[1]#[0]" hash)
["%" format (.only format)]
@@ -25,7 +23,7 @@
[collection
["[0]" array (.only Array)]
["[0]" list (.open: "[1]#[0]" functor)]]]
- ["[0]" macro
+ [macro
["^" pattern]
["[0]" template]]
[math
@@ -36,7 +34,7 @@
["[0]" world
["[0]" file]
["[1]/[0]" program]]
- ["@" target
+ ["@" target (.only)
["_" ruby]]
[tool
["[0]" compiler
@@ -59,7 +57,7 @@
["[1]" ruby]]]
[generation
["[0]" reference]
- ["[0]" ruby
+ ["[0]" ruby (.only)
["[0]" runtime]]]]]]
[default
["[0]" platform (.only Platform)]]