From 706ce9e4916b65c4df5101bd3cc1b4da3b2057af Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Jan 2021 12:58:50 -0400 Subject: Turned I64 and variant creation functions into constructors for JS. --- lux-jvm/source/program.lux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lux-jvm') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index a7e2f395c..65cff6d00 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,5 +1,6 @@ (.module: [lux (#- Definition) + [program (#+ program:)] ["@" target] ["." host (#+ import:)] [abstract @@ -7,8 +8,6 @@ [control ["." io (#+ IO)] ["." try (#+ Try)] - [parser - [cli (#+ program:)]] [concurrency ["." promise (#+ Promise)]]] [data -- cgit v1.2.3