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
./main
## Implementations
## Suppoerted implementations
- capyscheme
- chezscheme
- chibi
@ -33,5 +32,11 @@ made with POSIX Shell.
- tr7
- 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
- No support for -D yet.