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-python/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 64139ca38..2368323f7 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -24,7 +24,7 @@ [collection ["[0]" array (.only Array)] ["[0]" list (.open: "[1]#[0]" functor)]]] - ["[0]" macro + [macro ["^" pattern] ["[0]" template] ["[0]" code]] @@ -35,7 +35,7 @@ ["[0]" world ["[0]" file] ["[1]/[0]" program]] - ["@" target + ["@" target (.only) ["_" python]] [tool ["[0]" compiler @@ -58,7 +58,7 @@ ["[1]" python]]] [generation ["[0]" reference] - ["[0]" python + ["[0]" python (.only) ["[0]" runtime]]]]]] [default ["[0]" platform (.only Platform)]] -- cgit v1.2.3