A simple programming language made for educational purpose.
Find a file
2022-05-25 08:13:36 +03:00
src Initial commit 2022-05-25 08:09:48 +03:00
.gitignore Initial commit 2022-05-25 08:09:48 +03:00
Cargo.lock Initial commit 2022-05-25 08:09:48 +03:00
Cargo.toml Initial commit 2022-05-25 08:09:48 +03:00
LICENSE Initial commit 2022-05-25 08:08:11 +03:00
README.md Initial commit 2022-05-25 08:09:48 +03:00

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.


$ prout hello_world.pr


Author