aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-10-29 21:15:30 -0400
committerEduardo Julian2018-10-29 21:15:30 -0400
commit5de8734377870637a7757f5aedd13d19cc3c82bb (patch)
treee34f56bb8aba56e5329ad310256b6ad016e09844 /new-luxc/source/program.lux
parent4415549185eabde554be0b32415140ad6d950a6b (diff)
Nested the compiler and the interpreter under the lux/platform/* path.
Diffstat (limited to '')
-rw-r--r--new-luxc/source/program.lux27
1 files changed, 14 insertions, 13 deletions
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