From 87a9d756a9e94fb81fc14fea39df3e20d394afdb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 17 Oct 2019 23:51:02 -0400 Subject: Ported JVM common extension generation to the new JVM bytecode machinery. --- new-luxc/source/luxc/lang/translation/jvm/extension/common.lux | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation/jvm/extension/common.lux') diff --git a/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux b/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux index c3b806dd7..b2f24de63 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux @@ -5,8 +5,7 @@ [control ["." try] ["<>" parser - ["" synthesis (#+ Parser)]] - ["ex" exception (#+ exception:)]] + ["" synthesis (#+ Parser)]]] [data ["." product] [number @@ -16,8 +15,7 @@ ["." dictionary]]] [target [jvm - ["." type - ["." signature]]]] + ["." type]]] [tool [compiler ["." synthesis (#+ Synthesis %synthesis)] -- cgit v1.2.3