A simple programming language made for educational purpose.
Find a file
2022-05-25 20:09:59 +03:00
src started grammar parsing 2022-05-25 20:09:59 +03:00
.gitignore Initial commit 2022-05-25 08:09:48 +03:00
Cargo.lock started grammar parsing 2022-05-25 20:09:59 +03:00
Cargo.toml started grammar parsing 2022-05-25 20:09:59 +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