1
0
Fork 0
compile-r7rs/README.md

31 lines
947 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<pre>
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)
</pre>