Skip to content

oshaboy/MeowScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeowScript

A small interpreted easy extendable programming language.
License: MIT

Requirements

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!

Installing

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

How to use

Please read the wiki here to learn more about MeowScript.

Try it out

You can try out MeowScript live by using the --shell option.

About

A small interpreted easy extendable programming language.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.6%
  • CMake 0.4%