From 56219b002c43690e74e3e0c88fed32143dcc7e28 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 3 Mar 2019 02:22:23 -0400 Subject: Some refactoring around analysis. --- new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux | 2 +- new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source') diff --git a/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux index 65a66e65a..87a930b7a 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux @@ -11,9 +11,9 @@ ["." list ("#/." functor monoid)]]] [tool [compiler + [analysis (#+ Arity)] ["_." reference (#+ Register Variable)] ["." phase - [analysis (#+ Arity)] [synthesis (#+ Synthesis Abstraction Apply)] ["." translation]]]]] [luxc diff --git a/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux index 81bae4cd2..0dbef1563 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux @@ -10,8 +10,8 @@ ["." math] [tool [compiler + [analysis (#+ Arity)] ["." phase - [analysis (#+ Arity)] ["." translation]]]]] [luxc [lang -- cgit v1.2.3