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. --- stdlib/source/program/compositor.lux | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'stdlib/source/program/compositor.lux') 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) -- cgit v1.2.3