fix grammatical error in README
This commit is contained in:
parent
b58c6d1e8b
commit
f64f6bec97
|
@ -8,7 +8,7 @@
|
||||||
- R7RS compatibility (but partial support)
|
- R7RS compatibility (but partial support)
|
||||||
- reentrant design (all VM states are stored in single global state object)
|
- reentrant design (all VM states are stored in single global state object)
|
||||||
- bytecode interpreter (based on Stack VM technology)
|
- bytecode interpreter (based on Stack VM technology)
|
||||||
- direct threading VM
|
- direct threaded VM
|
||||||
- exact GC (simple mark and sweep strategy)
|
- exact GC (simple mark and sweep strategy)
|
||||||
- advanced REPL support (multi-line input, etc)
|
- advanced REPL support (multi-line input, etc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue