R7RS compatibility is no longer 'partial'
This commit is contained in:
parent
1fb2ac9aa4
commit
3bc12d883e
|
@ -4,7 +4,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- R7RS compatibility (but partial support)
|
- R7RS compatibility
|
||||||
- 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)
|
- bytecode interpreter (based on stack VM)
|
||||||
- direct threaded VM
|
- direct threaded VM
|
||||||
|
|
|
@ -3,7 +3,7 @@ Introduction
|
||||||
|
|
||||||
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
|
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
|
||||||
|
|
||||||
- R7RS compatibility (but partial support)
|
- R7RS compatibility
|
||||||
- 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)
|
- bytecode interpreter (based on stack VM)
|
||||||
- direct threaded VM
|
- direct threaded VM
|
||||||
|
|
Loading…
Reference in New Issue