An open API service indexing awesome lists of open source software.

https://github.com/frewtypebbles/bytecode-interpreter-and-compiler

An bytecode compiler and interpreter written in rust.
https://github.com/frewtypebbles/bytecode-interpreter-and-compiler

Last synced: 2 months ago
JSON representation

An bytecode compiler and interpreter written in rust.

Awesome Lists containing this project

README

          

# Rust Bytecode Compiler and Interpreter

The idea behind this project is it allows you to create language agnostic bytecode via an IR when developing scripting languages. The bytecode IR language looks and functions similar to a dynamic high level assembly. See `main.rs` for an example program.