1
0
Fork 0
Go to file
retropikzel 8853ed5c5c Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
doc Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
libs Most interpreters can now produce php file 2025-11-05 15:45:36 +02:00
r6rs-php-testfiles Most interpreters can now produce php file 2025-11-05 15:45:36 +02:00
r6rs-testfiles Improvements 2025-10-09 10:45:14 +03:00
r7rs-php-testfiles Simplify outputted unix scripts 2025-11-06 08:57:26 +02:00
r7rs-testfiles Most interpreters can now produce php file 2025-11-05 15:45:36 +02:00
.gitignore Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
Dockerfile Drop Gambit support. Clean up readme 2025-10-09 21:06:36 +03:00
Dockerfile.jenkins Fixing tests 2025-10-09 11:06:35 +03:00
Dockerfile.test Most interpreters can now produce php file 2025-11-05 15:45:36 +02:00
Jenkinsfile Fixing tests 2025-10-09 11:48:37 +03:00
LICENSE
Makefile Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
README.md Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
compile-scheme.scm Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00
configure Make configure runnable 2025-09-20 10:01:35 +03:00
installer.iss Added support for many more implementations. Moved much more towards SRFI-138 conformity. 2025-04-18 05:53:48 +03:00
old-README.md Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00

README.md

compile-r7rs(1)             General Commands Manual             compile-r7rs(1)

NAME
       compile-r7rs - a tool to compile R6RS and R7RS Scheme programs

ENVIRONMENT
       COMPILE_R7RS  environment variable must be set to the name of the imple
       mentation as specified in the support list.   **This  differs  from  the
       SRFI** as the SRFI excepts a path.

SYNOPSIS
       compile-r7rs [-n BITS] [--bits BITS] file...  compile-r7rs

DESCRIPTION
       compile-r7rs

       It  aims  to support Scheme SRFI-138 - Compiling Scheme programs to exe
       cutables.

CAVEATS
       -      No support for -D flag.

       -      Not all implementations support adding to  beginning  or  end  of
              load path so -I and -A might work the same

OPTIONS
       -n, --bits=BITS Set the number of bits to modify.  Default is one bit.

                                                                compile-r7rs(1)