aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/source/program.lux')
-rw-r--r--lux-python/source/program.lux6
1 files changed, 3 insertions, 3 deletions
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)]]