aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/parser.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/parser.lux')
-rw-r--r--stdlib/source/program/aedifex/parser.lux24
1 files changed, 12 insertions, 12 deletions
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))