mathscript [program.mscr] [options]
options:
-o output: Compile the MathScript program into the `output` executable
-h: Print the help message
-v: Print the version number
-d debug_level: Set the debug level (parser, lexer, parser_lexer, all)
Firstly, to build MathScript you need to download the source:
git clone https://github.com/MathScript-Lang/MathScript
cd MathScriptThen, you'll need GCC/G++ and Make, and finally you can build MathScript using Make:
makeUse make run to directly run the program.
MathScript is licensed under the GNU General Public License v2.0. See the LICENSE file for details.