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/parser.lux | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'stdlib/source/program/aedifex/parser.lux') diff --git a/stdlib/source/program/aedifex/parser.lux b/stdlib/source/program/aedifex/parser.lux index c2a4c2754..02840c2ec 100644 --- a/stdlib/source/program/aedifex/parser.lux +++ b/stdlib/source/program/aedifex/parser.lux @@ -5,12 +5,12 @@ [monad {"+" [do]}]] [control ["<>" parser - ["<.>" code {"+" [Parser]}]]] + ["<[0]>" code {"+" [Parser]}]]] [data - ["." text] + ["[0]" text] [collection - ["." dictionary {"+" [Dictionary]}] - ["." set {"+" [Set]}]]] + ["[0]" dictionary {"+" [Dictionary]}] + ["[0]" set {"+" [Set]}]]] [tool [compiler [meta @@ -18,15 +18,15 @@ [descriptor {"+" [Module]}]]]]] [world [net {"+" [URL]}]]]] - ["." // "_" + ["[0]" // "_" ["/" profile] - ["#." runtime {"+" [Runtime]}] - ["#." project {"+" [Project]}] - ["#." dependency] - ["#." repository "_" - ["#" remote]] - ["#." artifact {"+" [Artifact]} - ["#/." type]]]) + ["[1][0]" runtime {"+" [Runtime]}] + ["[1][0]" project {"+" [Project]}] + ["[1][0]" dependency] + ["[1][0]" repository "_" + ["[1]" remote]] + ["[1][0]" artifact {"+" [Artifact]} + ["[1]/[0]" type]]]) (def: (as_input input) (-> (Maybe Code) (List Code)) -- cgit v1.2.3