aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source
diff options
context:
space:
mode:
authorEduardo Julian2019-06-15 19:45:32 -0400
committerEduardo Julian2019-06-15 19:45:32 -0400
commit0cc98bbe9cae3fd9fc50d8c78c1deaba7e557531 (patch)
tree4439100c5f036870282b6c93ac45e3731bcdf6fd /new-luxc/source
parent7ee04017ee2ef5376c566b00750fd521c0ecac42 (diff)
Array machinery for the JavaScript compiler.
Diffstat (limited to 'new-luxc/source')
-rw-r--r--new-luxc/source/program.lux7
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