diff options
author | Eduardo Julian | 2019-10-17 23:51:02 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-10-17 23:51:02 -0400 |
commit | 87a9d756a9e94fb81fc14fea39df3e20d394afdb (patch) | |
tree | 9a57ca082f87537374f86f2345d375e9771650bb /new-luxc/source | |
parent | 3abeb1752978d4bf0b1144fc932be8389bcae901 (diff) |
Ported JVM common extension generation to the new JVM bytecode machinery.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/extension/common.lux | 6 |
1 files changed, 2 insertions, 4 deletions
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 - ["<s>" synthesis (#+ Parser)]] - ["ex" exception (#+ exception:)]] + ["<s>" synthesis (#+ Parser)]]] [data ["." product] [number @@ -16,8 +15,7 @@ ["." dictionary]]] [target [jvm - ["." type - ["." signature]]]] + ["." type]]] [tool [compiler ["." synthesis (#+ Synthesis %synthesis)] |