Update readme

This commit is contained in:
retropikzel 2026-03-12 20:09:11 +02:00
parent 3d04909627
commit 5fa00c1413
1 changed files with 8 additions and 2 deletions

View File

@ -3,10 +3,13 @@ Implementation of
made with POSIX Shell. made with POSIX Shell.
No support for -D yet. ## Usage
COMPILE_R7RS=${SCHEME} compile-r7rs -o main -I libs -A other_libs main.scm
./main
Supported implementations: ## Implementations
- capyscheme - capyscheme
- chezscheme - chezscheme
- chibi - chibi
@ -29,3 +32,6 @@ Supported implementations:
- stklos - stklos
- tr7 - tr7
- ypsilon - ypsilon
## Misc
- No support for -D yet.