From 964ec62d4fbcc1fb2336a3de355ce3554ef7eb04 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 8 Sep 2021 00:22:45 -0400 Subject: Now using eval to derive code for arbitrary types. --- stdlib/project.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stdlib/project.clj') diff --git a/stdlib/project.clj b/stdlib/project.clj index 3b0ac6982..b7c037b45 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -25,7 +25,5 @@ :lux {:test "test/lux"}} :aedifex {:description "A build system/tool made exclusively for Lux." :lux {:program "program/aedifex" - :test "test/aedifex"}} - :scriptum {:description "A documentation generator for Lux code." - :lux {:program "program/scriptum"}}} + :test "test/aedifex"}}} ) -- cgit v1.2.3