From ef572b992b57011efd6dbfe649b0ba68f5f5f320 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 10 Feb 2025 06:31:43 +0000 Subject: Introduce lib.functions which includes helper functions Splitting macros and functions into different packages and source code makes it easier to look at. Functions currently implemented: - range: like Python's range - parse-integer*: parse-integer but junk-allowed is set to t. --- odraw.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'odraw.asd') diff --git a/odraw.asd b/odraw.asd index 350d9c9..79d714c 100644 --- a/odraw.asd +++ b/odraw.asd @@ -2,6 +2,7 @@ :depends-on (:deploy) :components ((:file "packages") (:file "lib.macros") + (:file "lib.functions") (:file "main")) :build-operation "deploy-op" :build-pathname "odraw" -- cgit v1.2.3-13-gbd6f