From 7e18f589a05bde28b3f710d92f72b7bd6b6e144f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Dec 2017 02:41:59 -0400 Subject: - Added analysis, synthesis, translation and statement extensions. - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. --- luxc/src/lux/base.clj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'luxc/src') diff --git a/luxc/src/lux/base.clj b/luxc/src/lux/base.clj index ee4bcde10..02942f4e0 100644 --- a/luxc/src/lux/base.clj +++ b/luxc/src/lux/base.clj @@ -158,6 +158,7 @@ "expected" "seed" "scope-type-vars" + "extensions" "host"]) ;; Compiler @@ -834,6 +835,8 @@ 0 ;; scope-type-vars $Nil + ;; extensions + nil ;; "lux;host" host-data] )) -- cgit v1.2.3