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 --- stdlib/source/program/aedifex/input.lux | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'stdlib/source/program/aedifex/input.lux') diff --git a/stdlib/source/program/aedifex/input.lux b/stdlib/source/program/aedifex/input.lux index 5bc33377b..02e212744 100644 --- a/stdlib/source/program/aedifex/input.lux +++ b/stdlib/source/program/aedifex/input.lux @@ -2,33 +2,33 @@ [library [lux {"-" [Name]} [abstract - ["." monad {"+" [Monad do]}] - ["." mix]] + ["[0]" monad {"+" [Monad do]}] + ["[0]" mix]] [control [pipe {"+" [do>]}] - ["." try {"+" [Try]}] + ["[0]" try {"+" [Try]}] [parser - ["<.>" code]]] + ["<[0]>" code]]] [data [binary {"+" [Binary]}] - ["." text + ["[0]" text [encoding - ["." utf8]]] + ["[0]" utf8]]] [collection - ["." list]]] + ["[0]" list]]] [meta - ["." location]] + ["[0]" location]] [tool [compiler [language [lux - ["." syntax]]]]] + ["[0]" syntax]]]]] [world - ["." file]]]] - ["." // "_" - ["#." profile {"+" [Name Profile]}] - ["#." project {"+" [Project]}] - ["#." parser]]) + ["[0]" file]]]] + ["[0]" // "_" + ["[1][0]" profile {"+" [Name Profile]}] + ["[1][0]" project {"+" [Project]}] + ["[1][0]" parser]]) (def: (lux_parser source_code) (-> Text (Try Code)) -- cgit v1.2.3