Update readme
This commit is contained in:
parent
a7e50b7007
commit
777d818e68
|
|
@ -8,8 +8,7 @@ made with POSIX Shell.
|
||||||
COMPILE_R7RS=${SCHEME} compile-r7rs -o main -I libs -A other_libs main.scm
|
COMPILE_R7RS=${SCHEME} compile-r7rs -o main -I libs -A other_libs main.scm
|
||||||
./main
|
./main
|
||||||
|
|
||||||
|
## Suppoerted implementations
|
||||||
## Implementations
|
|
||||||
- capyscheme
|
- capyscheme
|
||||||
- chezscheme
|
- chezscheme
|
||||||
- chibi
|
- chibi
|
||||||
|
|
@ -33,5 +32,11 @@ made with POSIX Shell.
|
||||||
- tr7
|
- tr7
|
||||||
- ypsilon
|
- ypsilon
|
||||||
|
|
||||||
|
## How it works
|
||||||
|
|
||||||
|
With compilers, it compiles. With interpretes it creates a script file which
|
||||||
|
contains shebang to run the implementation with given -I and -A paths and
|
||||||
|
contents of input file (.sps or .scm).
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
- No support for -D yet.
|
- No support for -D yet.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue