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.
- Host: GitHub
- URL: https://github.com/frewtypebbles/bytecode-interpreter-and-compiler
- Owner: FrewtyPebbles
- Created: 2024-03-18T22:26:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T22:22:19.000Z (about 2 years ago)
- Last Synced: 2025-12-26T06:47:56.039Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.