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 /stdlib/source/program/compositor.lux | |
parent | 9a9b2493a8eda60f08809b4cb1e5bc49c5c3600c (diff) |
Moved compiler machinery under lux/meta.
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r-- | stdlib/source/program/compositor.lux | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index c6d1f3540..ac17513ed 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -19,14 +19,7 @@ ["[0]" dictionary (.only Dictionary)]]] [meta [type (.only sharing)] - ["@" target]] - [time - ["[0]" instant]] - ["[0]" world - ["[0]" file] - ["[0]" console] - ["[1]/[0]" environment]] - [tool + ["@" target] ["[0]" compiler ["[0]" phase] [default @@ -56,7 +49,13 @@ [io ["ioW" archive]]]] ... ["[0]" interpreter] - ]]]) + ] + [time + ["[0]" instant]] + ["[0]" world + ["[0]" file] + ["[0]" console] + ["[1]/[0]" environment]]]]) (def (or_crash! failure_description action) (All (_ a) |