Start of a source code unparser.
diff --git a/Demo/parser/README b/Demo/parser/README
index e47d4e4..a576d33 100644
--- a/Demo/parser/README
+++ b/Demo/parser/README
@@ -1,6 +1,8 @@
 These files are from the large example of using the `parser' module.  Refer
 to the Python Library Reference for more information.
 
+It also contains examples for the AST parser.
+
 Files:
 ------
 
@@ -22,4 +24,8 @@
 
 	test_parser.py  program to put the parser module through its paces.
 
+	unparse.py	AST (2.5) based example to recreate source code
+			from an AST. This is incomplete; contributions
+			are welcome.
+
 Enjoy!