WardScript claims to be 2 things:
- A high-level language
- An useful and minimalistic programming language
The simplicity of wardscript makes it suitable for new programmers and those looking for a simple language especially to implement algorithms and data structures in an understandable way.
- make
- bison
- clang/gcc (or another c compiler)
- Linux:
git clone https://github.com/LuisAlbizo/WardScript
cd WardScript/src
make && make install
make clean
Once you have installed the interpreter; to execute a wardscript program just run:
ward script_name
This project is under the MIT License. (see License)
- Wiki (short tutorial, you already have to know programming)
Luis Albizo 2018