Skip to content

A pretty simple VM implemented with C++. Just one of my practices.

License

Notifications You must be signed in to change notification settings

onion108/bailan_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bailan VM

Overview

Bailan VM is a simple VM implemented in C++. It just one of my little practices, but my friend, Zihao Qu encouraged me to open its source.

Build & Install

To build it, you just need to:

cmake .
make

And you will see an executable file called vm_test (or vm_test.exe, maybe) in the project directory.

Special Things

Oh, I don't like you, C++!
Let's use Rust.

About

A pretty simple VM implemented with C++. Just one of my practices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published