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/directive/jvm.lux | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'lux-jvm/source/luxc/lang/directive') diff --git a/lux-jvm/source/luxc/lang/directive/jvm.lux b/lux-jvm/source/luxc/lang/directive/jvm.lux index 8be0777a8..cce373dfc 100644 --- a/lux-jvm/source/luxc/lang/directive/jvm.lux +++ b/lux-jvm/source/luxc/lang/directive/jvm.lux @@ -1,35 +1,35 @@ (.module: [library - [lux (#- Type static local) - ["." ffi (#+ Inheritance Privacy State import:)] + [lux {"-" [Type static local]} + ["." ffi {"+" [Inheritance Privacy State import:]}] [abstract - ["." monad (#+ do)]] + ["." monad {"+" [do]}]] [control - [pipe (#+ case>)] - ["." try (#+ Try)] + [pipe {"+" [case>]}] + ["." try {"+" [Try]}] ["<>" parser - ["<.>" code (#+ Parser)] + ["<.>" code {"+" [Parser]}] ["<.>" text]]] [data - [identity (#+ Identity)] - [binary (#+ Binary)] + [identity {"+" [Identity]}] + [binary {"+" [Binary]}] ["." product] [text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection - [array (#+ Array)] + [array {"+" [Array]}] ["." list ("#\." mix functor monoid)] - ["." dictionary (#+ Dictionary)] - ["." row (#+ Row) ("#\." functor mix)]]] + ["." dictionary {"+" [Dictionary]}] + ["." row {"+" [Row]} ("#\." functor mix)]]] [math [number ["." nat]]] [target ["/" jvm [encoding - ["." name (#+ External)]] - ["#." type (#+ Type Constraint) - [category (#+ Void Value Return Primitive Object Class Var Parameter)] + ["." name {"+" [External]}]] + ["#." type {"+" [Type Constraint]} + [category {"+" [Void Value Return Primitive Object Class Var Parameter]}] ["." parser] [".T" lux] ["#/." signature] @@ -39,10 +39,10 @@ ["." phase] [language [lux - ["." analysis (#+ Analysis)] - ["." synthesis (#+ Synthesis)] + ["." analysis {"+" [Analysis]}] + ["." synthesis {"+" [Synthesis]}] ["." generation] - ["." directive (#+ Requirements)] + ["." directive {"+" [Requirements]}] [phase [analysis [".A" scope] @@ -54,10 +54,10 @@ [directive ["./" lux]]]]]] [meta - [archive (#+ Archive)]]]]]] + [archive {"+" [Archive]}]]]]]] [/// [host - ["." jvm (#+ Inst) + ["." jvm {"+" [Inst]} ["_" inst] ["." def]]] [translation -- cgit v1.2.3