Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 736 Bytes

EVM

A virtual machine written in C.

The documentation is currently a work in progress, so if you have any questions, please ask in the repo discussions.

Contribution

Any PR is welcome as long as you aren't making too big of a change. As in, this means do not change a whole function of the system without it being approved first. That being said, any tools or neat features are welcome as long as they are useful to the program.

Build

To build:

./build.sh all

To clean:

./build.sh clean

The build system is currently a work-in-progress, however I do intend on sticking with the shell file.

License

EVM is unlicensed, which means it is public domain. You may use it in any way that you wish.