diff options
author | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
commit | 0c32c7f03ad1f8f0db54b623dc407713bbf8cacd (patch) | |
tree | 59736e9e5f9f8cc94c0b46872f9e78575e45d8da /lux-jvm/source | |
parent | 9a9b2493a8eda60f08809b4cb1e5bc49c5c3600c (diff) |
Moved compiler machinery under lux/meta.
Diffstat (limited to 'lux-jvm/source')
-rw-r--r-- | lux-jvm/source/program.lux | 11 |
1 files changed, 5 insertions, 6 deletions
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]]) |