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 41ada3cc7..0284d3ced 100644
--- a/stdlib/source/program/aedifex/parser.lux
+++ b/stdlib/source/program/aedifex/parser.lux
@@ -1,31 +1,31 @@
(.module:
[library
- [lux (#- Module type)
+ [lux {"-" [Module type]}
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
["<>" parser
- ["<.>" code (#+ Parser)]]]
+ ["<.>" code {"+" [Parser]}]]]
[data
["." text]
[collection
- ["." dictionary (#+ Dictionary)]
- ["." set (#+ Set)]]]
+ ["." dictionary {"+" [Dictionary]}]
+ ["." set {"+" [Set]}]]]
[tool
[compiler
[meta
[archive
- [descriptor (#+ Module)]]]]]
+ [descriptor {"+" [Module]}]]]]]
[world
- [net (#+ URL)]]]]
- ["." // #_
+ [net {"+" [URL]}]]]]
+ ["." // "_"
["/" profile]
- ["#." runtime (#+ Runtime)]
- ["#." project (#+ Project)]
+ ["#." runtime {"+" [Runtime]}]
+ ["#." project {"+" [Project]}]
["#." dependency]
- ["#." repository #_
+ ["#." repository "_"
["#" remote]]
- ["#." artifact (#+ Artifact)
+ ["#." artifact {"+" [Artifact]}
["#/." type]]])
(def: (as_input input)