From af571dd844d9067b029b9dab15c28b3f1cb77b7b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 26 May 2015 01:36:13 -0700 Subject: 1462 - blurbs for example programs --- index.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9a1fa2b6..a02ebadf 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,39 @@ Mu's code is structured in an unconventional manner, requiring editors to be specially configured to colorize it in a sane manner. Here's how it currently looks in my custom setup. +

Whetting your appetite: some example programs. + +

+

Part I: basic infrastructure

000organization.cc: the basic skeleton program. Compiles and runs but doesn't do much. Later layers hook into this skeleton to add functionality. Mu's guarantee: you can load features up until any layer, and it will compile and pass all tests until -that point. +that point. More details →
001help.cc: just a simple test layer to show how to hook into the skeleton. Also summarizes how to invoke mu, behaviors that later layers will be providing. -- cgit 1.4.1-2-gfad0