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. --- lux-php/source/program.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-php/source/program.lux') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 7e4cbee67..024ca3553 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -40,7 +40,7 @@ [language [lux [program (.only Program)] - [generation (.only Context Host)] + [translation (.only Context Host)] ["[0]" synthesis] [analysis [macro (.only Expander)]] @@ -49,9 +49,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" php]] - ["[0]" generation + ["[0]" translation ["[1]" php]]] - [generation + [translation ["[0]" reference] ["[0]" php ["[0]" runtime]]]]]] @@ -511,8 +511,8 @@ [host ..host] (wrap [platform.#file_system (file.async file.default) platform.#host host - platform.#phase php.generate - platform.#runtime runtime.generate + platform.#phase php.translate + platform.#runtime runtime.translate platform.#write (|>> _.code (at utf8.codec encoded))]))) (def (program context program) @@ -574,7 +574,7 @@ ..expander analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..program [(& Nat _.Label) _.Expression _.Statement] -- cgit v1.2.3