Crates.io | seax_util |
lib.rs | seax_util |
version | 0.1.2 |
source | src |
created_at | 2015-08-02 21:27:44.303337 |
updated_at | 2015-12-11 23:55:55.315022 |
description | General-purpose tools for compilers targeting the Seax platform. |
homepage | http://hawkweisman.me/seax |
repository | https://github.com/hawkw/seax_util |
max_upload_size | |
id | 2744 |
size | 29,457,205 |
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 cellslist
: Contains the singly-linked list and stack implementations used by the Seax VM internallybytecode
: Contains functions for encoding and decoding Seax VM cells to and from Bytecodecompiler_tools
: Contains reusable code for implementing compilers targeting Seax, including traits for abstract syntax nodes and symbol tables.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.