From 5857672bf5d5ec5a20caf42c7d15263e1b6cc79e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 28 Jul 2022 15:42:26 -0700 Subject: Add the compiler frontend. I haven't written any tests yet, so this code probably doesn't even compile. --- csc/config.csc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 csc/config.csc (limited to 'csc/config.csc') diff --git a/csc/config.csc b/csc/config.csc new file mode 100644 index 0000000..39268c0 --- /dev/null +++ b/csc/config.csc @@ -0,0 +1,7 @@ +(define-library (csc config) + (export *library-search-dir*) + (import (scheme base)) + (begin + + + (define *standard-library-dir* "/usr/lib/csc"))) -- cgit v1.3.1