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-js/source/program.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-js') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 279b7a448..f7729ec2e 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -43,7 +43,7 @@ [language [lux [program (.only Program)] - [generation (.only Host)] + [translation (.only Host)] [analysis [macro (.only Expander)]] [phase @@ -51,9 +51,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" js]] - ["[0]" generation + ["[0]" translation ["[1]" js]]] - [generation + [translation ["[0]" reference] ["[0]" js (.only) ["[0]" runtime] @@ -650,8 +650,8 @@ ... This would crash if the compiler was run on a browser. @.js (maybe.trusted file.default)) platform.#host host - platform.#phase js.generate - platform.#runtime runtime.generate + platform.#phase js.translate + platform.#runtime runtime.translate platform.#phase_wrapper ..phase_wrapper platform.#write (|>> _.code (at utf8.codec encoded))]))) @@ -731,7 +731,7 @@ ..expander analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..lux_program (reference.constant js/reference.system) -- cgit v1.2.3