From 7d23cc68b7fe9679bf7403cbd4442753a7e58cc1 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 18 Dec 2016 00:39:59 -0800 Subject: [PATCH] Point out there are branches. Signed-off-by: Edward Z. Yang --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.txt b/README.txt index 4e9802b..137f011 100644 --- a/README.txt +++ b/README.txt @@ -9,3 +9,13 @@ In other words, the code is here: https://github.com/mflatt/racket/tree/linklet/pkgs/expander +The various branches of this repository demonstrate various +simplified versions of Racket's macro expander. From +simple to more complex: + +* pico +* nano +* micro +* mini +* demi +* ...and the full expander (see above)