seax_scheme

Crates.ioseax_scheme
lib.rsseax_scheme
version0.3.0
sourcesrc
created_at2015-03-23 14:14:28.41377
updated_at2015-12-11 23:55:55.315022
descriptionScheme compiler for the Seax VM.
homepagehttp://hawkweisman.me/seax
repositoryhttps://github.com/hawkw/seax_scheme
max_upload_size
id1707
size29,444,316
Eliza Weisman (hawkw)

documentation

README

Seax Scheme

Build Status Coverage Latest RustDoc Latest Seax Scheme release License

A library for compiling Scheme programs for Seax, a runtime environment for functional programming languages.

This implementation aims to conform with the Revised6 Report on Scheme (R6RS) whenever possible, but may not be a complatible implementation. seax-scheme is released as a library, rather than an executable, so that it may be included in other applications which use Scheme as an embedded language.

Note that since this repository is a library and does not contain the Seax VM, the code in this repository is not sufficient to compile Scheme programs for Seax on its own. The hawkw/seax repository contains the Seax compiler/interpreter command-line application and REPL, which you will probably want if you intend to develop programs targeting Seax.

Please report all issues and feature requests to the main repository (hawkw/seax).

Commit count: 73

cargo fmt