From 412cbffb0e8d127b4f22733b9151c9e738fe7809 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 3 Mar 2019 14:32:34 -0400 Subject: Some refactoring around statements. --- new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux') diff --git a/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux index f63c82108..55cf8a644 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux @@ -15,7 +15,7 @@ ["s" syntax (#+ syntax:)]] [tool [compiler - [synthesis (#+ Synthesis)] + ["." synthesis (#+ Synthesis)] ["." phase ["." extension ["." bundle]]]]] @@ -99,7 +99,7 @@ (_.label @end) ))) -(def: unitI Inst (_.string ///.unit)) +(def: unitI Inst (_.string synthesis.unit)) ## Extensions ### Lux -- cgit v1.2.3