yamini-vm / yamini

Virtual machine with a bytecode IR to plug your language front-ends to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yamini

Yamini is a stack based RISC type virtual machine with a bytecode IR to plug your language front-ends into.

Steps to run

  1. To run a binary:
user@programmer~:$ cargo run <filepath>
  1. To run the tests:
user@programmer~:$ cargo test

License

This project is licensed under the MIT license.

About

Virtual machine with a bytecode IR to plug your language front-ends to

License:MIT License


Languages

Language:Rust 100.0%