seax_util 0.1.0

General-purpose tools for compilers targeting the Seax platform.
docs.rs failed to build seax_util-0.1.0
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.
Visit the last successful build: seax_util-0.1.2

Seax Utilities

Join the chat at https://gitter.im/hawkw/seax

Build Status Coverage Latest RustDoc Latest release License

Utility code for building other Seax platform libraries.

This crate contains the following modules:

  • cell: Contains the definitions of all Seax Virtual Machine cell types, including instruction, atom, and list cells
  • list: Contains the singly-linked list and stack implementations used by the Seax VM internally
  • bytecode: Contains functions for encoding and decoding Seax VM cells to and from Bytecode
  • compiler_tools: Contains reusable code for implementing compilers targeting Seax, including traits for abstract syntax nodes and symbol tables.

Contributing

Seax is an open-source project and contributions are happily welcomed. For more information on how to contribute to Seax, please see the CONTRIBUTING document on the main Seax repository.