From 37060fa86acc94f6527bd7b8b15e567d088d043f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 12 Mar 2026 19:12:36 +0200 Subject: [PATCH] Add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..beb1a88 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Implementation of +[SRFI-138: Compiling Scheme programs to executables](https://srfi.schemers.org/srfi-138/srfi-138.html) +made with POSIX Shell. + + +No support for -D yet.