Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/westly-bouchard/mash
- Owner: Westly-Bouchard
- Created: 2023-10-10T22:25:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T02:48:02.000Z (about 1 year ago)
- Last Synced: 2023-12-09T00:28:06.310Z (about 1 year ago)
- Language: C++
- Homepage: https://wcbouchard.notion.site/Mash-Mini-Bash-6ac7d512f7d44a979ff949cee4f2b052?pvs=4
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.