From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- .../source/luxc/lang/translation/jvm/structure.lux | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lux-jvm/source/luxc/lang/translation/jvm/structure.lux') diff --git a/lux-jvm/source/luxc/lang/translation/jvm/structure.lux b/lux-jvm/source/luxc/lang/translation/jvm/structure.lux index 3f113e83d..bccdf5ec0 100644 --- a/lux-jvm/source/luxc/lang/translation/jvm/structure.lux +++ b/lux-jvm/source/luxc/lang/translation/jvm/structure.lux @@ -1,14 +1,14 @@ (.module: [library - [lux {"-" [Type]} - ["[0]" ffi {"+" [import:]}] + [lux {"-" Type} + ["[0]" ffi {"+" import:}] [abstract - ["[0]" monad {"+" [do]}]] + ["[0]" monad {"+" do}]] [control - ["[0]" exception {"+" [exception:]}]] + ["[0]" exception {"+" exception:}]] [data [text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection ["[0]" list]]] [math @@ -17,22 +17,22 @@ ["i" int]]] [target [jvm - ["[0]" type {"+" [Type]} - ["[0]" category {"+" [Void Value Return Primitive Object Class Array Var Parameter Method]}] - ["[0]" descriptor {"+" [Descriptor]}] - ["[0]" signature {"+" [Signature]}]]]] + ["[0]" type {"+" Type} + ["[0]" category {"+" Void Value Return Primitive Object Class Array Var Parameter Method}] + ["[0]" descriptor {"+" Descriptor}] + ["[0]" signature {"+" Signature}]]]] [tool [compiler ["[0]" phase] [meta - [archive {"+" [Archive]}]] + [archive {"+" Archive}]] [language [lux - [synthesis {"+" [Synthesis]}]]]]]]] + [synthesis {"+" Synthesis}]]]]]]] [luxc [lang [host - [jvm {"+" [Inst Operation Phase Generator]} + [jvm {"+" Inst Operation Phase Generator} ["_" inst]]]]] ["[0]" // ["[1][0]" runtime]]) -- cgit v1.2.3