aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/source/program.lux')
-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)]]