diff options
author | Eduardo Julian | 2019-06-15 19:45:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-06-15 19:45:32 -0400 |
commit | 0cc98bbe9cae3fd9fc50d8c78c1deaba7e557531 (patch) | |
tree | 4439100c5f036870282b6c93ac45e3731bcdf6fd /new-luxc/source | |
parent | 7ee04017ee2ef5376c566b00750fd521c0ecac42 (diff) |
Array machinery for the JavaScript compiler.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/program.lux | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 4d6d63835..2ec090903 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -21,7 +21,10 @@ [tool [compiler [phase - ["." macro (#+ Expander)]] + ["." macro (#+ Expander)] + ["." extension #_ + [analysis + ["#" jvm]]]] [default ["." platform (#+ Platform)]]]]] [program @@ -159,7 +162,9 @@ (program: [{service /cli.service}] (/.compiler @.jvm + ".jvm" ..expander + extension.bundle ..jvm ..bundle jvmS.bundle |