A small interpreted easy extendable programming language.
License: MIT
The requirements are:
- CMake and Make
- a C++ compiler
- Either Windows or Linux (Other systems not tested, but might work to some extend)
- Only on Windows:
-- Msys2
-- MinGW
Important: Windows build is currenlty officially NOT working!
Execute this commands in your shell:
$ git clone https://github.com/SirWolfi/MeowScript.git
$ cd MeowScript
$ mkdir build
$ cd build
$ cmake ..
$ make
If you use Windows, you can run the interpreter like this:
$ ./meow-script.exe --help
If you use Linux, use this:
$ ./meow-script --help
Please read the wiki here to learn more about MeowScript.
You can try out MeowScript live by using the --shell option.