From d6c48ae6a8b58f5974133170863a31c70f0123d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 14 Jul 2021 13:59:02 -0400 Subject: Normalized the hierarchy of the standard library modules. --- lux-python/source/program.lux | 125 +++++++++++++++++++++--------------------- 1 file changed, 63 insertions(+), 62 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 2fc611fe4..f00594c99 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -1,66 +1,67 @@ (.module: - [lux #* - [program (#+ program:)] - ["." ffi (#+ import:)] - [abstract - [monad (#+ do)]] - [control - [pipe (#+ new>)] - ["." try (#+ Try)] - ["." exception (#+ exception:)] - ["." io (#+ IO io)] - ["." function] - [concurrency - ["." promise (#+ Promise)]]] - [data - ["." maybe] - ["." text ("#\." hash) - ["%" format (#+ format)] - [encoding - ["." utf8]]] - [collection - ["." array (#+ Array)] - ["." list]]] - [macro - ["." template]] - [math - [number - ["n" nat] - ["." i64]]] - ["." world #_ - ["." file] - ["#/." program]] - ["@" target - ["_" python]] - [tool - [compiler - ["." phase (#+ Operation Phase)] - [reference - [variable (#+ Register)]] - [language - [lux - [program (#+ Program)] - [generation (#+ Context Host)] - ["." synthesis] - [analysis - [macro (#+ Expander)]] - [phase - ["." extension (#+ Extender Handler) - ["#/." bundle] - ["." analysis #_ - ["#" python]] - ["." generation #_ - ["#" python]]] - [generation - ["." reference] - ["." python - ["." runtime]]]]]] - [default - ["." platform (#+ Platform)]] - [meta - [archive (#+ Archive)] - ["." packager #_ - ["#" script]]]]]] + [library + [lux #* + [program (#+ program:)] + ["." ffi (#+ import:)] + [abstract + [monad (#+ do)]] + [control + [pipe (#+ new>)] + ["." try (#+ Try)] + ["." exception (#+ exception:)] + ["." io (#+ IO io)] + ["." function] + [concurrency + ["." promise (#+ Promise)]]] + [data + ["." maybe] + ["." text ("#\." hash) + ["%" format (#+ format)] + [encoding + ["." utf8]]] + [collection + ["." array (#+ Array)] + ["." list]]] + [macro + ["." template]] + [math + [number + ["n" nat] + ["." i64]]] + ["." world #_ + ["." file] + ["#/." program]] + ["@" target + ["_" python]] + [tool + [compiler + ["." phase (#+ Operation Phase)] + [reference + [variable (#+ Register)]] + [language + [lux + [program (#+ Program)] + [generation (#+ Context Host)] + ["." synthesis] + [analysis + [macro (#+ Expander)]] + [phase + ["." extension (#+ Extender Handler) + ["#/." bundle] + ["." analysis #_ + ["#" python]] + ["." generation #_ + ["#" python]]] + [generation + ["." reference] + ["." python + ["." runtime]]]]]] + [default + ["." platform (#+ Platform)]] + [meta + [archive (#+ Archive)] + ["." packager #_ + ["#" script]]]]]]] [program ["/" compositor ["/." cli] -- cgit v1.2.3