From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- lux-scheme/source/program.lux | 44 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'lux-scheme') diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux index 4e261a4de..f96d207b6 100644 --- a/lux-scheme/source/program.lux +++ b/lux-scheme/source/program.lux @@ -1,64 +1,64 @@ (.module: - [lux #* - [program (#+ program:)] + [lux "*" + [program {"+" [program:]}] ["." ffi] ["." debug] [abstract - ["." monad (#+ do)]] + ["." monad {"+" [do]}]] [control - [pipe (#+ exec> case> new>)] + [pipe {"+" [exec> case> new>]}] ["." maybe] - ["." try (#+ Try)] - ["." exception (#+ exception:)] - ["." io (#+ IO io)] + ["." try {"+" [Try]}] + ["." exception {"+" [exception:]}] + ["." io {"+" [IO io]}] [concurrency - ["." promise (#+ Promise)]]] + ["." promise {"+" [Promise]}]]] [data ["." text ("#\." hash) - ["%" format (#+ format)] + ["%" format {"+" [format]}] ["." encoding]] [collection - ["." array (#+ Array)]]] + ["." array {"+" [Array]}]]] [macro ["." template]] [math - [number (#+ hex) + [number {"+" [hex]} ["n" nat] ["." i64]]] [time ["." instant]] - ["." world #_ + ["." world "_" ["." file] ["#/." program]] ["@" target ["_" scheme]] [tool [compiler - [phase (#+ Operation Phase)] + [phase {"+" [Operation Phase]}] [reference - [variable (#+ Register)]] + [variable {"+" [Register]}]] [language [lux - [program (#+ Program)] - [generation (#+ Context Host)] + [program {"+" [Program]}] + [generation {"+" [Context Host]}] ["." synthesis] [analysis - [macro (#+ Expander)]] + [macro {"+" [Expander]}]] [phase - ["." extension (#+ Extender Handler) + ["." extension {"+" [Extender Handler]} ["#/." bundle] - ["." analysis #_ + ["." analysis "_" ["#" scheme]] - ["." generation #_ + ["." generation "_" ["#" scheme]]] [generation ["." reference] ["." scheme ["." runtime]]]]]] [default - ["." platform (#+ Platform)]] + ["." platform {"+" [Platform]}]] [meta - ["." packager #_ + ["." packager "_" ["#" scheme]]]]]] [program ["/" compositor -- cgit v1.2.3