From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- 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 44cc680eb..206408ce0 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 ["<.>" code]]] [data - [binary (#+ Binary)] + [binary {"+" [Binary]}] [collection ["." list ("#\." monad)]]] [macro ["." code] - [syntax (#+ syntax:)]] + [syntax {"+" [syntax:]}]] [target [jvm - ["." type (#+ Type) - [category (#+ Class)]]]] + ["." type {"+" [Type]} + [category {"+" [Class]}]]]] [tool [compiler [reference - [variable (#+ Register)]] + [variable {"+" [Register]}]] [language [lux ["." generation]]] [meta - [archive (#+ Archive)]]]]]]) + [archive {"+" [Archive]}]]]]]]) (import: org/objectweb/asm/MethodVisitor) -- cgit v1.2.3