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. --- lux-jvm/source/luxc/lang/host/jvm.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 8977c374c..600f26dd7 100644 --- a/lux-jvm/source/luxc/lang/host/jvm.lux +++ b/lux-jvm/source/luxc/lang/host/jvm.lux @@ -1,32 +1,32 @@ (.module: [library - [lux {"-" [Definition Type Label]} - [ffi {"+" [import:]}] + [lux {"-" Definition Type Label} + [ffi {"+" import:}] [abstract monad] [control ["<>" parser ["<[0]>" code]]] [data - [binary {"+" [Binary]}] + [binary {"+" Binary}] [collection ["[0]" list ("[1]#[0]" monad)]]] [macro ["[0]" code] - [syntax {"+" [syntax:]}]] + [syntax {"+" syntax:}]] [target [jvm - ["[0]" type {"+" [Type]} - [category {"+" [Class]}]]]] + ["[0]" type {"+" Type} + [category {"+" Class}]]]] [tool [compiler [reference - [variable {"+" [Register]}]] + [variable {"+" Register}]] [language [lux ["[0]" generation]]] [meta - [archive {"+" [Archive]}]]]]]]) + [archive {"+" Archive}]]]]]]) (import: org/objectweb/asm/MethodVisitor) -- cgit v1.2.3