Dungeon Master Script compiler and development environment.
Compiler for DMS code.
Development environment for DMS. Uses DMC as library.
cd <component>
mkdir build
cd build
cmake ..
Build with make
, Visual Studio or other generator you have chosen with CMake.