Skip to content

A small interpreted easy extendable programming language.

License

Notifications You must be signed in to change notification settings

LabRicecat/MeowScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!! MOVED TO CODEBERG.ORG !!

This is an old version, please visit the current version at codeberg.org!

MeowScript

Error Loading Image!

A small interpreted, easy and extendable programming language.

Requirements

Compiler Build tool Recommended
Linux g++/clang++ cmake -----------
Windows* mingw64-g++/clang++ nmake & cmake Msys2
MacOS* ------------------- -------------- -----------

*: still not fully supported

Installing

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 ..
make

Now you can run the interpreter:

meow-script --help

How to use

Read the wiki here

Try it out

You can try out MeowScript REPL by using the --shell option or make a main.mws and run it with

meow-script main.mws

Credits

Cute cat on the PC by DALL-E 2.0