A programming language that took a lot from NtShell
(and no, just in case you are wondering, the syntax is not 100% compatible so most code will need to be rewritten)
You need:
- CMake >= 3.0.0
- C99 supporting compiler
- C++11 supporting compiler
(tested with visual studio 2013, clang 3.6, and gcc 4.8)
% mkdir build
% cd build
% cmake ..
% make
% ./tests
% ./mplus [MPlus script]
See the sample code in the sample
folder. That hopefully helps!