eden is a minimalist bytecode virtual machine written in C++.
Required for building:
- CMake 3.23 or higher
- C++ compiler with support for C++20 or higher
$ mkdir build
$ cd build
~/build $ cmake ..
~/build $ cmake --build .
eden is still in its early stages.
This project has been created by birdboat00.
Any kind of contribution is welcome.
This project is under the terms of the Zero-clause BSD license.