From 0c32c7f03ad1f8f0db54b623dc407713bbf8cacd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 6 Jul 2022 12:05:43 -0400 Subject: Moved compiler machinery under lux/meta. --- lux-jvm/source/program.lux | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lux-jvm') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 528482b77..217218e2e 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -21,11 +21,7 @@ ["[0]" jvm [bytecode (.only Bytecode)] ["[1]/[0]" type - ["[1]/[0]" box]]]]] - ["[0]" world - ["[0]" file] - ["[1]/[0]" environment]] - [tool + ["[1]/[0]" box]]]] [compiler (.only) ["[0]" phase] [default @@ -53,7 +49,10 @@ ["/" jvm (.only) ["[1][0]" runtime (.only Anchor Definition)] ["[1][0]" host] - ["[1][0]" program]]]]]]]]]] + ["[1][0]" program]]]]]]]] + ["[0]" world + ["[0]" file] + ["[1]/[0]" environment]]]] [program ["[0]" compositor]]) -- cgit v1.2.3