Skip to content

FrewtyPebbles/Bytecode-Interpreter-and-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An bytecode compiler and interpreter written in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages