Update readme

This commit is contained in:
retropikzel 2026-03-13 08:48:19 +02:00
parent a7e50b7007
commit 777d818e68
1 changed files with 7 additions and 2 deletions

View File

@ -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.