A simple programming language made for educational purpose.
Find a file
2022-06-01 04:35:42 +03:00
examples fixed function calls, added array example 2022-06-01 04:35:42 +03:00
src fixed function calls, added array example 2022-06-01 04:35:42 +03:00
.gitignore Initial commit 2022-05-25 08:09:48 +03:00
Cargo.lock made the parser work 2022-06-01 03:41:20 +03:00
Cargo.toml added cargo meta 2022-06-01 03:45:29 +03:00
LICENSE Initial commit 2022-05-25 08:08:11 +03:00
README.md made the parser work 2022-06-01 03:41:20 +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


Authors