From bf47bd7b3d4f70bc3a481761b8e9ff074313fb44 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 3 May 2017 18:17:00 -0400 Subject: - WIP: Implemented more functionality. - Lots of refactorings. --- new-luxc/source/program.lux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/program.lux') diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 07f21962b..e7fa95c2d 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -41,7 +41,8 @@ [sources (cli;some (tagged (list "-s" "--source")))]) (case command #;None - (io (log! "Hello, REPL!")) + (io (log! "No REPL for you!")) (#;Some [mode program target]) - (&compiler;compile-program mode program target sources))) + (exec (&compiler;compile-program mode program target sources) + (io [])))) -- cgit v1.2.3