From c218bc693aa3703fee666c3ca1c068201c07d2a9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 6 Jun 2019 22:44:00 -0400 Subject: WIP: Class definition. --- new-luxc/source/program.lux | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'new-luxc/source/program.lux') 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)) -- cgit v1.2.3