Skip to content

Releases: metamorph-scheme/metamorph

Metamorph Version 0.1.2

05 Apr 16:09
6da13dc
Compare
Choose a tag to compare
Pre-release

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

01 Apr 09:45
213862f
Compare
Choose a tag to compare
Pre-release

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

19 Mar 11:24
665a798
Compare
Choose a tag to compare
Metamorph Version 0.1 Pre-release
Pre-release

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