From 1643be20cb10baf3cabcab502f0013b7faebe322 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 20:05:43 -0400 Subject: Generalized macro-let. --- lux-ruby/source/program.lux | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lux-ruby') 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)]] -- cgit v1.2.3