From 9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 21 Aug 2022 18:03:25 +0000 Subject: release v1.0.0 Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index a7b93c6..dd01cad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,9 @@ path = fennel-test url = https://gitlab.com/andreyorst/fennel-test.git branch = v0.0.1 +[submodule "lazy-seq"] + path = lazy-seq + url = https://gitlab.com/andreyorst/lazy-seq +[submodule "itable"] + path = itable + url = https://gitlab.com/andreyorst/itable -- cgit v1.2.3