diff options
Diffstat (limited to 'apps/README.md')
-rw-r--r-- | apps/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
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. |