From 91a1f21f3c75750217d272554bc8a341f075f82d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 15 Nov 2022 20:07:38 -0400 Subject: Now documenting dependers and dependees. --- stdlib/source/program/compositor.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/source/program') diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 99a4faa4a..873c4c08d 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -28,7 +28,7 @@ ["$" lux (.only) ["[1]/[0]" program (.only Program)] ["[0]" syntax] - ["[0]" generation] + ["[0]" translation] ["[0]" declaration] ["[0]" analysis (.only) [macro (.only Expander)]] @@ -135,7 +135,7 @@ (with_expansions [ (these anchor expression artifact)] (def .public (compiler lux_compiler file_context - expander host_analysis platform generation_bundle host_declaration_bundle program global extender + expander host_analysis platform translation_bundle host_declaration_bundle program global extender service packager,package) (All (_ ) @@ -144,9 +144,9 @@ Expander analysis.Bundle (IO (Platform )) - (generation.Bundle ) + (translation.Bundle ) (declaration.Bundle ) - (Program expression artifact) (-> Archive Symbol (generation.Operation expression)) + (Program expression artifact) (-> Archive Symbol (translation.Operation expression)) Extender Service [Packager file.Path] @@ -161,7 +161,7 @@ [import (import.import (the platform.#file_system platform) (the cli.#libraries compilation)) .let [all_extensions [(analysisE.bundle host_analysis) synthesisE.bundle - generation_bundle + translation_bundle host_declaration_bundle]] [state archive phase_wrapper] (sharing [] (is (Platform ) @@ -225,5 +225,5 @@ ... [console (|> console.default ... async.future ... (at ! each (|>> try.trusted console.async)))] - ... (interpreter.run! (try.with async.monad) console platform interpretation generation_bundle))) + ... (interpreter.run! (try.with async.monad) console platform interpretation translation_bundle))) )))) -- cgit v1.2.3