From 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Jun 2022 20:02:46 -0400 Subject: Extensible import syntax [Part 4] --- lux-jvm/source/program.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-jvm/source/program.lux') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 980afea58..adcbbfb86 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -17,11 +17,11 @@ ["%" format (.only format)]] [collection [array (.only Array)]]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] [target - ["[0]" jvm "_" + ["[0]" jvm [bytecode (.only Bytecode)] ["[1]/[0]" type ["[1]/[0]" box]]]] @@ -34,7 +34,7 @@ [archive (.only Archive)] ["[0]" context] ["[0]" cli] - ["[0]" packager "_" + ["[0]" packager ["[1]" jvm]]] [language [lux @@ -43,11 +43,11 @@ [macro (.only Expander)]] [phase ["[0]" extension - ["[0]" analysis "_" + ["[0]" analysis ["[1]" jvm]] - ["[0]" generation "_" + ["[0]" generation ["[1]" jvm]] - ["[0]" directive "_" + ["[0]" directive ["[1]" jvm]]] [generation ["/" jvm -- cgit v1.2.3