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-jvm/source/program.lux | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'lux-jvm/source/program.lux') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 304e2195f..6a908d1b1 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,58 +1,58 @@ (.module: [library - [lux (#- Definition) - [program (#+ program:)] + [lux {"-" [Definition]} + [program {"+" [program:]}] ["@" target] - ["." ffi (#+ import:)] + ["." ffi {"+" [import:]}] [abstract - [monad (#+ do)]] + [monad {"+" [do]}]] [control - ["." io (#+ IO)] - ["." try (#+ Try)] + ["." io {"+" [IO]}] + ["." try {"+" [Try]}] [concurrency - ["." async (#+ Async)]]] + ["." async {"+" [Async]}]]] [data ["." product] [text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection - [array (#+ Array)] + [array {"+" [Array]}] ["." dictionary]]] - ["." world #_ + ["." world "_" ["." file] ["#/." program]] [target - ["." jvm #_ - [bytecode (#+ Bytecode)] + ["." jvm "_" + [bytecode {"+" [Bytecode]}] ["#/." type ["#/." box]]]] [tool [compiler - [reference (#+)] + [reference {"+" []}] ["." phase] [default - ["." platform (#+ Platform)]] + ["." platform {"+" [Platform]}]] [meta - [archive (#+ Archive)] - ["." packager #_ + [archive {"+" [Archive]}] + ["." packager "_" ["#" jvm]]] [language [lux - ["$" synthesis (#+ Synthesis)] + ["$" synthesis {"+" [Synthesis]}] ["." generation] [analysis - [macro (#+ Expander)]] + [macro {"+" [Expander]}]] [phase - [extension (#+ Phase Bundle Operation Handler Extender) - ["." analysis #_ + [extension {"+" [Phase Bundle Operation Handler Extender]} + ["." analysis "_" ["#" jvm]] - ... ["." generation #_ + ... ["." generation "_" ... ["#" jvm]] - ... ["." directive #_ + ... ["." directive "_" ... ["#" jvm]] ] [generation - ["." jvm #_ + ["." jvm "_" ["#/." runtime] ... ["#/." host] ]]]]]]]]] @@ -64,7 +64,7 @@ [lang [host ["_" jvm]] - ["." directive #_ + ["." directive "_" ["#" jvm]] [translation ["." jvm -- cgit v1.2.3