Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LuisAlbizo/WardScript
A high-level and minimalist programming language
https://github.com/LuisAlbizo/WardScript
flex-bison interpreter minimalist parser programming-language
Last synced: 2 months ago
JSON representation
A high-level and minimalist programming language
- Host: GitHub
- URL: https://github.com/LuisAlbizo/WardScript
- Owner: LuisAlbizo
- License: mit
- Created: 2018-08-10T15:01:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T01:18:20.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T18:16:48.502Z (6 months ago)
- Topics: flex-bison, interpreter, minimalist, parser, programming-language
- Language: C
- Homepage: https://luisalbizo.github.io/WardScript/
- Size: 291 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - WardScript
README
![Logo](logo.png)
# WardScriptWardScript claims to be 2 things:
1. A high-level language
2. An useful and minimalistic programming languageThe 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.## Requirements
* make
* bison
* clang/gcc (or another c compiler)## Instalation
* Linux:
``` bash
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
```## License
This project is under the MIT License. (see [License](./LICENSE))
## Tutorial
* [Wiki](https://github.com/LuisAlbizo/WardScript/wiki) (short tutorial, you already have to know programming)
## Author
> **Luis Albizo 2018**