Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

MathScript-Lang/MathScript.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathScript logoMathScript

GitHub Releases

A Math programming language


⚠️ Deprecated new version Project in C++, please use the new version ⚠️


Usage

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)

Build

Firstly, to build MathScript you need to download the source:

git clone https://github.com/MathScript-Lang/MathScript
cd MathScript

Then, you'll need GCC/G++ and Make, and finally you can build MathScript using Make:

make

Use make run to directly run the program.

License

MathScript is licensed under the GNU General Public License v2.0. See the LICENSE file for details.

About

A Math programming language - ⚠️ Deprecated new version Project in C++ ⚠️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published