3 releases
Uses old Rust 2015
0.1.2 | Aug 22, 2015 |
---|---|
0.1.1 | Aug 5, 2015 |
0.1.0 | Aug 2, 2015 |
#5 in #syntax-node
6.5MB
29K
SLoC
Contains (ELF exe/lib, 6MB) kcov/built/usr/local/bin/kcov, (ELF exe/lib, 6MB) kcov/build/src/kcov, (ELF exe/lib, 2MB) configuration.cc.o, (ELF exe/lib, 1MB) bash-engine.cc.o, (ELF exe/lib, 1.5MB) merge-file-parser.cc.o, (ELF exe/lib, 1.5MB) reporter.cc.o and 35 more.
Seax Utilities
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.
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.