Update readme
This commit is contained in:
parent
3d04909627
commit
5fa00c1413
10
README.md
10
README.md
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue