From 34e310622bdeb1d0588c0664c0e78cbaa84f837c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 2 Dec 2020 06:42:20 -0400 Subject: Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the convention that only macros that deal with types may start with a colon. --- lux-jvm/source/luxc/lang/directive/jvm.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lux-jvm/source/luxc/lang/directive/jvm.lux') diff --git a/lux-jvm/source/luxc/lang/directive/jvm.lux b/lux-jvm/source/luxc/lang/directive/jvm.lux index 0ec4fb1d5..8f1fab5e2 100644 --- a/lux-jvm/source/luxc/lang/directive/jvm.lux +++ b/lux-jvm/source/luxc/lang/directive/jvm.lux @@ -38,7 +38,8 @@ ["_" inst]]]]) (import: org/objectweb/asm/Label - (new [])) + ["#::." + (new [])]) (def: (literal literal) (-> /.Literal Inst) -- cgit v1.2.3