blob: 07e84f8e50798ab4b5f1e990db26fdc5252d66ed (
plain)
1
2
3
4
5
6
|
# SimpleShell (working title)
* SimpleShell is meant to be a programming language to use in place of shell
languages (POSIX sh, Bash, ...).
* SimpleShell compiles to POSIX sh, where the output is supposed to be
human-readable.
|