diff options
author | Eduardo Julian | 2018-10-29 21:15:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-10-29 21:15:30 -0400 |
commit | 5de8734377870637a7757f5aedd13d19cc3c82bb (patch) | |
tree | e34f56bb8aba56e5329ad310256b6ad016e09844 /new-luxc/source/luxc/lang/translation/jvm/procedure | |
parent | 4415549185eabde554be0b32415140ad6d950a6b (diff) |
Nested the compiler and the interpreter under the lux/platform/* path.
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/jvm/procedure')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux index e439ecdd6..c1d8792d0 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux @@ -13,12 +13,13 @@ ["." macro (#+ with-gensyms) ["." code] ["s" syntax (#+ syntax:)]] - [compiler - [default - ["." phase - [synthesis (#+ Synthesis)] - ["." extension - ["." bundle]]]]] + [platform + [compiler + [default + ["." phase + [synthesis (#+ Synthesis)] + ["." extension + ["." bundle]]]]]] [host (#+ import:)]] [luxc [lang |