From 51a5c28b0f9efd514e3fae7c2634fd5e9bd714e2 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 22 Jul 2021 01:16:40 -0400 Subject: New JVM compiler can now compile JVM classes. --- lux-jvm/source/luxc/lang/host/jvm.lux | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lux-jvm/source/luxc/lang/host/jvm.lux') diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux index de92a3ba5..1c81be667 100644 --- a/lux-jvm/source/luxc/lang/host/jvm.lux +++ b/lux-jvm/source/luxc/lang/host/jvm.lux @@ -61,11 +61,14 @@ #V1_7 #V1_8) -(type: #export ByteCode Binary) +(type: #export ByteCode + Binary) -(type: #export Definition [Text ByteCode]) +(type: #export Definition + [Text ByteCode]) -(type: #export Anchor [Label Register]) +(type: #export Anchor + [Label Register]) (type: #export Host (generation.Host Inst Definition)) -- cgit v1.2.3