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-lua/source/program.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index a70d6b37a..f16ed850f 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -40,7 +40,7 @@ [language [lux [program (.only Program)] - [generation (.only Host)] + [translation (.only Host)] [analysis [macro (.only Expander)]] [phase @@ -48,9 +48,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" lua]] - ["[0]" generation + ["[0]" translation ["[1]" lua]]] - [generation + [translation ["[0]" reference] ["[0]" lua (.only) ["[0]" runtime] @@ -849,8 +849,8 @@ (in [baggage [platform.#file_system (file.async file.default) platform.#host host - platform.#phase lua.generate - platform.#runtime runtime.generate + platform.#phase lua.translate + platform.#runtime runtime.translate platform.#phase_wrapper ..phase_wrapper platform.#write (|>> _.code (at utf8.codec encoded))]])))] (for @.old @@ -861,8 +861,8 @@ [host ..host] (in [platform.#file_system (file.async file.default) platform.#host host - platform.#phase lua.generate - platform.#runtime runtime.generate + platform.#phase lua.translate + platform.#runtime runtime.translate platform.#phase_wrapper ..phase_wrapper platform.#write (|>> _.code (at utf8.codec encoded))]))))) @@ -897,7 +897,7 @@ @.lua ..expander) analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..lux_program (reference.constant lua/reference.system) -- cgit v1.2.3