From 5de8734377870637a7757f5aedd13d19cc3c82bb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 29 Oct 2018 21:15:30 -0400 Subject: Nested the compiler and the interpreter under the lux/platform/* path. --- new-luxc/source/program.lux | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'new-luxc/source/program.lux') diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 0362d14b0..f119d9174 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -13,19 +13,20 @@ [world ["." file (#+ File)] ["." console]] - ["." compiler - ["." cli (#+ Configuration)] - [meta - ["." archive] - [io - ["." context]]] - [default - ["." platform (#+ Platform)] - ["." init] - ["." syntax] - ["." phase - ["." translation] - ["." statement]]]] + [platform + ["." compiler + ["." cli (#+ Configuration)] + [meta + ["." archive] + [io + ["." context]]] + [default + ["." platform (#+ Platform)] + ["." init] + ["." syntax] + ["." phase + ["." translation] + ["." statement]]]]] ## ["." interpreter] ] [luxc -- cgit v1.2.3