seax_util

Crates.ioseax_util
lib.rsseax_util
version0.1.2
sourcesrc
created_at2015-08-02 21:27:44.303337
updated_at2015-12-11 23:55:55.315022
descriptionGeneral-purpose tools for compilers targeting the Seax platform.
homepagehttp://hawkweisman.me/seax
repositoryhttps://github.com/hawkw/seax_util
max_upload_size
id2744
size29,457,205
Eliza Weisman (hawkw)

documentation

README

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.

Commit count: 60

cargo fmt