This is an old version, please visit the current version at codeberg.org!
A small interpreted, easy and extendable programming language.
| Compiler | Build tool | Recommended | |
|---|---|---|---|
| Linux | g++/clang++ | cmake | ----------- |
| Windows* | mingw64-g++/clang++ | nmake & cmake | Msys2 |
| MacOS* | ------------------- | -------------- | ----------- |
*: still not fully supported
Execute these commands in your shell to download and build MeowScript:
git clone https://github.com/LabRicecat/MeowScript.git
cd MeowScript
mkdir build
cd build
cmake ..
makeNow you can run the interpreter:
meow-script --helpYou can try out MeowScript REPL by using the --shell option or make a main.mws and run it with
meow-script main.mwsCute cat on the PC by DALL-E 2.0
