Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 367 Bytes

README.org

File metadata and controls

9 lines (5 loc) · 367 Bytes

C++ Birtual Machine

This is a project based on Tsoding Daily’s implementation of a virtual machine, written in C++ unlike Tsoding’s which is written in C. All credit goes to him.

This project is currently a work in progress.

USAGE:

bm -c [FILE_NAME] to compile a file, -o [FILE_NAME] to save to a file, -i [FILE_NAME] to interpret a compiled output file