seax_scheme 0.0.6

Scheme compiler for the Seax VM.
docs.rs failed to build seax_scheme-0.0.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Library for compiling Scheme programs to Seax SVM bytecode.

This Scheme implementation is based on the Scheme programming language described in the Revised6 Report on Scheme (R6RS). Any cases in which Seax Scheme differs from R6RS Scheme are documented in the RustDoc for the Seax Scheme library and in the Seax Scheme language manual. Do note, however, that some inconsistencies between Seax Scheme and R6RS may be the result of unimplemented features in Seax Scheme.