EVA Language Virtual Machine Build from sources This project is using CMake for build. To build it on Windows with MinGW: # From VS Command line: cmake . build -G "MinGW Makefiles" nmake -f Makefile