From 0c32c7f03ad1f8f0db54b623dc407713bbf8cacd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 6 Jul 2022 12:05:43 -0400 Subject: Moved compiler machinery under lux/meta. --- stdlib/source/test/aedifex/command/deploy.lux | 2 +- stdlib/source/test/aedifex/command/version.lux | 3 +-- stdlib/source/test/aedifex/profile.lux | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'stdlib/source/test/aedifex') diff --git a/stdlib/source/test/aedifex/command/deploy.lux b/stdlib/source/test/aedifex/command/deploy.lux index a38f12ad0..6a146cc44 100644 --- a/stdlib/source/test/aedifex/command/deploy.lux +++ b/stdlib/source/test/aedifex/command/deploy.lux @@ -25,7 +25,7 @@ ["[0]" set]]] [math ["[0]" random]] - [tool + [meta [compiler [meta ["[0]" export]]]] diff --git a/stdlib/source/test/aedifex/command/version.lux b/stdlib/source/test/aedifex/command/version.lux index 983262270..fa22f379b 100644 --- a/stdlib/source/test/aedifex/command/version.lux +++ b/stdlib/source/test/aedifex/command/version.lux @@ -16,8 +16,7 @@ [math ["[0]" random]] [meta - ["lux_[0]" version]] - [tool + ["lux_[0]" version] [compiler ["[0]" version]]] [world diff --git a/stdlib/source/test/aedifex/profile.lux b/stdlib/source/test/aedifex/profile.lux index 815d7fe4c..dbbfdf6b0 100644 --- a/stdlib/source/test/aedifex/profile.lux +++ b/stdlib/source/test/aedifex/profile.lux @@ -21,7 +21,7 @@ ["[0]" random (.only Random) (.use "[1]#[0]" monad)] [number ["n" nat]]] - [tool + [meta [compiler [meta [cli -- cgit v1.2.3