diff options
author | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
commit | 0c32c7f03ad1f8f0db54b623dc407713bbf8cacd (patch) | |
tree | 59736e9e5f9f8cc94c0b46872f9e78575e45d8da /stdlib/source/parser | |
parent | 9a9b2493a8eda60f08809b4cb1e5bc49c5c3600c (diff) |
Moved compiler machinery under lux/meta.
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)]] |