The main contribution of Dice Simulation software is the new programming language 'DS' it introduces. This language features an easy access to dice simulation tasks with high compatibility with C++. As a matter of fact, the ds-convert module converts Dice Simulation scripts with extension .ds or .ds-cpp to standard .cpp files. Then use the ds-compile module to compile the converted cpp file with the native C++ compiler specified by the user like GCC or Clang.ds-compile can also compile DS scripts directly by calling ds-convert during its process.