seax_util 0.1.2

General-purpose tools for compilers targeting the Seax platform.
Documentation

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.