diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-28 15:42:26 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-28 15:42:26 -0700 |
| commit | 5857672bf5d5ec5a20caf42c7d15263e1b6cc79e (patch) | |
| tree | 5aa39f9b8372949766a9d8b28afd6c456b3a5089 /csc/config.csc | |
| parent | 15cf44f544bfbc9067df487ae39107fe067496da (diff) | |
| download | chromatopelma-5857672bf5d5ec5a20caf42c7d15263e1b6cc79e.tar.zst | |
Add the compiler frontend.
I haven't written any tests yet, so this code probably doesn't
even compile.
Diffstat (limited to 'csc/config.csc')
| -rw-r--r-- | csc/config.csc | 7 |
1 files changed, 7 insertions, 0 deletions
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"))) |
