From 7fd4a87066115f0e04267bde15c251215bb53efc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 12:27:35 -0800 Subject: 5868 Follow stupid GNU convention, because why not: https://www.gnu.org/prep/standards/html_node/Releases.html --- apps/README.md | 11 +++++++++++ apps/Readme.md | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 apps/README.md delete mode 100644 apps/Readme.md (limited to 'apps') diff --git a/apps/README.md b/apps/README.md new file mode 100644 index 00000000..1e1a5685 --- /dev/null +++ b/apps/README.md @@ -0,0 +1,11 @@ +Some apps written in SubX and Mu, in 3 categories: + +* `ex*`: small stand-alone examples that don't need any of the shared code at + the top-level. They each have a simple pedagogical goal. Try these first. + +* Code unique to phases of our build toolchain: + * Core SubX: `hex`, `survey`, `pack`, `dquotes`, `assort`, `tests` + * Syntax sugar for SubX: `sigils`, `calls`, `braces` + * More ambitious translator for a memory-safe language (in progress): `mu` + +* Miscellaneous test programs. diff --git a/apps/Readme.md b/apps/Readme.md deleted file mode 100644 index 1e1a5685..00000000 --- a/apps/Readme.md +++ /dev/null @@ -1,11 +0,0 @@ -Some apps written in SubX and Mu, in 3 categories: - -* `ex*`: small stand-alone examples that don't need any of the shared code at - the top-level. They each have a simple pedagogical goal. Try these first. - -* Code unique to phases of our build toolchain: - * Core SubX: `hex`, `survey`, `pack`, `dquotes`, `assort`, `tests` - * Syntax sugar for SubX: `sigils`, `calls`, `braces` - * More ambitious translator for a memory-safe language (in progress): `mu` - -* Miscellaneous test programs. -- cgit 1.4.1-2-gfad0