aboutsummaryrefslogtreecommitdiff
path: root/odraw.asd
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-10 06:31:43 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-11 00:40:19 +0000
commitef572b992b57011efd6dbfe649b0ba68f5f5f320 (patch)
tree587be7464a63920723a88220bd2b1809a5eb0d3e /odraw.asd
parent5a48b66dd649a4dafce56749487f8060637e452c (diff)
downloadcantedraw-ef572b992b57011efd6dbfe649b0ba68f5f5f320.tar.gz
cantedraw-ef572b992b57011efd6dbfe649b0ba68f5f5f320.tar.bz2
cantedraw-ef572b992b57011efd6dbfe649b0ba68f5f5f320.zip
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.
Diffstat (limited to 'odraw.asd')
-rw-r--r--odraw.asd1
1 files changed, 1 insertions, 0 deletions
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"