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/program/aedifex/profile.lux | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'stdlib/source/program/aedifex/profile.lux') diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux index 060bc0f18..579c21b41 100644 --- a/stdlib/source/program/aedifex/profile.lux +++ b/stdlib/source/program/aedifex/profile.lux @@ -19,18 +19,17 @@ ["[0]" symbol] [macro ["^" pattern] - ["[0]" template]]] - [world - [net (.only URL)] - [file (.only Path)]] - [tool + ["[0]" template]] [compiler [meta ["[0]" cli ["[0]" compiler (.only Compiler)]] [archive [module - [descriptor (.only Module)]]]]]]]] + [descriptor (.only Module)]]]]]] + [world + [net (.only URL)] + [file (.only Path)]]]] [// ["[0]" runtime (.only Runtime) (.use "[1]#[0]" equivalence)] ["[0]" dependency (.only Dependency) (.use "[1]#[0]" equivalence)] -- cgit v1.2.3