aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/parser
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/parser')
-rw-r--r--stdlib/source/parser/lux/meta/compiler/language/lux/analysis.lux (renamed from stdlib/source/parser/lux/tool/compiler/language/lux/analysis.lux)3
-rw-r--r--stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux (renamed from stdlib/source/parser/lux/tool/compiler/language/lux/synthesis.lux)3
2 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/source/parser/lux/tool/compiler/language/lux/analysis.lux b/stdlib/source/parser/lux/meta/compiler/language/lux/analysis.lux
index 5e818aa29..999fca556 100644
--- a/stdlib/source/parser/lux/tool/compiler/language/lux/analysis.lux
+++ b/stdlib/source/parser/lux/meta/compiler/language/lux/analysis.lux
@@ -23,8 +23,7 @@
[meta
["[0]" symbol]
[macro
- ["[0]" template]]]
- [tool
+ ["[0]" template]]
[compiler
[arity (.only Arity)]
[reference (.only)
diff --git a/stdlib/source/parser/lux/tool/compiler/language/lux/synthesis.lux b/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux
index 2117dabd0..76248a4af 100644
--- a/stdlib/source/parser/lux/tool/compiler/language/lux/synthesis.lux
+++ b/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux
@@ -19,8 +19,7 @@
["[0]" i64]
["[0]" frac]]]
[meta
- ["[0]" symbol]]
- [tool
+ ["[0]" symbol]
[compiler
[reference (.only)
[variable (.only Register)]]