From d48da794a693c00990c411b669d6412b8bf4d904 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Jan 2018 22:09:12 -0400 Subject: - Re-factored initialization functions to their own module. --- new-luxc/source/luxc/repl.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/repl.lux') diff --git a/new-luxc/source/luxc/repl.lux b/new-luxc/source/luxc/repl.lux index 16f4de5db..99d635975 100644 --- a/new-luxc/source/luxc/repl.lux +++ b/new-luxc/source/luxc/repl.lux @@ -34,6 +34,7 @@ [".L" host] [".L" translation] [".L" eval] + [".L" init] (translation (jvm [".T" runtime])) [".L" extension] (extension [".E" analysis] @@ -54,7 +55,7 @@ [output (promise.future (do io.Monad [host hostL.init-host] - (case (macro.run' (translationL.init-compiler host) + (case (macro.run' (initL.compiler host) (moduleL.with-module +0 repl-module runtimeT.translate)) (#e.Success [compiler _]) -- cgit v1.2.3