aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program
diff options
context:
space:
mode:
authorEduardo Julian2022-07-01 18:53:58 -0400
committerEduardo Julian2022-07-01 18:53:58 -0400
commit104130efba46a875eba566384578f8aa8593ad37 (patch)
treeb538fabc8b8a44a37b1806092b3f17a764fc73f2 /stdlib/source/program
parenta8d76e48df01d0f5326faa8456797f91cb2cbeba (diff)
Moved "lux/macro/code" to "lux/meta/code".
Diffstat (limited to 'stdlib/source/program')
-rw-r--r--stdlib/source/program/aedifex/artifact/snapshot/stamp.lux2
-rw-r--r--stdlib/source/program/aedifex/input.lux5
-rw-r--r--stdlib/source/program/aedifex/metadata/artifact.lux2
-rw-r--r--stdlib/source/program/aedifex/parser.lux2
4 files changed, 5 insertions, 6 deletions
diff --git a/stdlib/source/program/aedifex/artifact/snapshot/stamp.lux b/stdlib/source/program/aedifex/artifact/snapshot/stamp.lux
index 6fbeb5b07..d6032bc33 100644
--- a/stdlib/source/program/aedifex/artifact/snapshot/stamp.lux
+++ b/stdlib/source/program/aedifex/artifact/snapshot/stamp.lux
@@ -7,9 +7,9 @@
[control
["<>" parser]]
[data
+ ["[0]" product]
["[0]" text
["<[1]>" \\parser]]
- ["[0]" product]
[format
["[0]" xml (.only XML)
["<[1]>" \\parser (.only Parser)]]]]]]
diff --git a/stdlib/source/program/aedifex/input.lux b/stdlib/source/program/aedifex/input.lux
index 918c051b1..fc477f0a1 100644
--- a/stdlib/source/program/aedifex/input.lux
+++ b/stdlib/source/program/aedifex/input.lux
@@ -14,11 +14,10 @@
["[0]" utf8]]]
[collection
["[0]" list]]]
- [macro
+ [meta
+ ["[0]" location]
["[0]" code (.only)
["<[1]>" \\parser]]]
- [meta
- ["[0]" location]]
[tool
[compiler
[language
diff --git a/stdlib/source/program/aedifex/metadata/artifact.lux b/stdlib/source/program/aedifex/metadata/artifact.lux
index a8840bab7..3ddc320b2 100644
--- a/stdlib/source/program/aedifex/metadata/artifact.lux
+++ b/stdlib/source/program/aedifex/metadata/artifact.lux
@@ -5,9 +5,9 @@
[monad (.only do)]
[equivalence (.only Equivalence)]]
[control
+ ["<>" parser]
["[0]" pipe]
["[0]" try (.only Try)]
- ["<>" parser]
[concurrency
["[0]" async (.only Async)]]]
[data
diff --git a/stdlib/source/program/aedifex/parser.lux b/stdlib/source/program/aedifex/parser.lux
index 5255067fd..cad4c3f40 100644
--- a/stdlib/source/program/aedifex/parser.lux
+++ b/stdlib/source/program/aedifex/parser.lux
@@ -13,7 +13,7 @@
["[0]" dictionary (.only Dictionary)]
[list
["[0]" property]]]]
- [macro
+ [meta
["[0]" code (.only)
["<[1]>" \\parser (.only Parser)]]]
[tool