#vm #lisp #language

seax_util

General-purpose tools for compilers targeting the Seax platform

3 releases

Uses old Rust 2015

0.1.2 Aug 22, 2015
0.1.1 Aug 5, 2015
0.1.0 Aug 2, 2015

#1177 in Programming languages

23 downloads per month

MIT license

6.5MB
29K SLoC

C++ 22K SLoC // 0.0% comments JavaScript 3K SLoC // 0.0% comments Rust 1.5K SLoC // 0.1% comments C 1.5K SLoC // 0.1% comments Python 236 SLoC // 0.1% comments Shell 129 SLoC // 0.2% comments GNU Style Assembly 13 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

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.

Dependencies