Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/westly-bouchard/mash

A small programming language for automating tasks around your computer
https://github.com/westly-bouchard/mash

Last synced: about 2 months ago
JSON representation

A small programming language for automating tasks around your computer

Awesome Lists containing this project

README

        

# This is Mash!

Mash is a small interpreted programming language I designed and wrote as a final project for a computer science class.

# Build and Run
Mash utilizes only C++ standard libraries, so no need to worry about installing anything. Simply clone this repo, run `make` (assuming you have g++ installed), and start coding!

## Examples
Some example mash scripts are provided in the `examples` directory, check them out to see some of the different things that mash can do.