From 0cc98bbe9cae3fd9fc50d8c78c1deaba7e557531 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 15 Jun 2019 19:45:32 -0400 Subject: Array machinery for the JavaScript compiler. --- new-luxc/source/program.lux | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'new-luxc/source') 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 -- cgit v1.2.3