aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/program.lux4
1 files changed, 4 insertions, 0 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index 8a00858b1..9f5627ee3 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -32,6 +32,8 @@
["_" jvm
["$d" def]
["$i" inst]]]
+ [statement
+ [".S" jvm]]
[translation
["." jvm
["." runtime]
@@ -150,6 +152,7 @@
$i.RETURN))))]))
(def: #export bundle
+ _.Bundle
(dictionary.merge common.bundle
host.bundle))
@@ -157,5 +160,6 @@
(/.compiler ..expander
..jvm
..bundle
+ jvmS.bundle
..program
service))