Initial commit

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-25 08:09:48 +03:00
commit 70f1f90cc7
12 changed files with 1455 additions and 0 deletions

27
README.md Normal file
View file

@ -0,0 +1,27 @@
# PROUT
* Programmable
* Repeatable
* Opinionated
* Understandable
* Tiny
## Description
PROUT is a minimal programming language providing tools to automate file management like backups, building process or unit testing.
## Usage
> Currently only supported in unix environment.
```sh
$ prout hello_world.pr
```
## Author
- JOLIMAITRE Matthieu <matthieu@imagevo.fr>, developper