Releases: metamorph-scheme/metamorph
Releases · metamorph-scheme/metamorph
Metamorph Version 0.1.2
A limited subset of the R7RS (small) standard can be compiled with Metamorph.
This release contains patches for the semantic analysis and the gcc backend command.
Notable conceptual errors in this release are:
- scheme libraries are not supported, only one .scm file can be compiled
Metamorph Version 0.1.1
A limited subset of the R7RS (small) standard can be compiled with Metamorph.
This release patches the incorrect passing of pairs as deep copies and therefore enables
procedures like set-car!
to work as intended.
Notable conceptual errors in this release are:
- scheme libraries are not supported, only one .scm file can be compiled
Metamorph Version 0.1
A limited subset of the R7RS (small) standard can be compiled with Metamorph.
Notable conceptual errors in this release are:
- scheme libraries are not supported, only one .scm file can be compiled
- container objects such as strings and pairs are not correctly passed as references
- for example
set-car!
can therefore not be used as intended
- for example