From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- licentia/source/program/licentia.lux | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'licentia/source/program/licentia.lux') diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 1f5b9c05d..058f762c7 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -16,37 +16,37 @@ [lux "*" [ffi {"+" [import:]}] [program {"+" [program:]}] - ["." debug] + ["[0]" debug] [abstract [monad {"+" [do]}]] [control [remember {"+" [to_do]}] - ["." io {"+" [IO]} ("#\." monad)] - ["." maybe] - ["." try {"+" [Try]}] - ["." parser - ["<.>" cli] - ["<.>" json]] + ["[0]" io {"+" [IO]} ("[1]\[0]" monad)] + ["[0]" maybe] + ["[0]" try {"+" [Try]}] + ["[0]" parser + ["<[0]>" cli] + ["<[0]>" json]] [security ["!" capability]]] [data - ["." text + ["[0]" text ["%" format {"+" [format]}] [encoding - ["." utf8]]] + ["[0]" utf8]]] [format - ["." json]]] + ["[0]" json]]] [world - ["." file]]]] - ["." / "_" - ["#." input] - ["#." output]]) + ["[0]" file]]]] + ["[0]" / "_" + ["[1][0]" input] + ["[1][0]" output]]) (with_expansions [ "2022-04-01"] (to_do "Create a short notice to add as a comment to each file in the _.work")) (import: java/lang/String - ["#::." + ["[1]::[0]" (trim [] java/lang/String)]) (def: default_output_file -- cgit v1.2.3