From 0381a442999a26a214eabd0e78ce5fc6ecfc525c Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 19 May 2025 04:06:55 +0200 Subject: Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..07e84f8 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3