From 9eaaaf953ba7ce1eeb805603f4e113aa15f5178f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Jan 2018 21:40:06 -0400 Subject: - Moved all translation code under the JVM path (in preparation for porting the JS back-end). --- new-luxc/source/luxc/lang/eval.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/lang/eval.lux') diff --git a/new-luxc/source/luxc/lang/eval.lux b/new-luxc/source/luxc/lang/eval.lux index 87cbadfa0..eb16cc433 100644 --- a/new-luxc/source/luxc/lang/eval.lux +++ b/new-luxc/source/luxc/lang/eval.lux @@ -6,8 +6,8 @@ (lang [".L" extension] (analysis [".A" expression]) (synthesis [".S" expression]) - (translation [".T" expression] - [".T" eval])))) + (translation (jvm [".T" expression] + [".T" eval]))))) (def: #export (eval type exprC) &.Eval -- cgit v1.2.3