diff options
Diffstat (limited to 'lux-jvm/source')
-rw-r--r-- | lux-jvm/source/program.lux | 12 |
1 files changed, 6 insertions, 6 deletions
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 |