diff python/c3/__init__.py @ 204:de3a68f677a5

Added long comment to c3 parser
author Windel Bouwman
date Fri, 21 Jun 2013 15:01:08 +0200
parents 598d3888a11c
children c1ccb1cb4cef
line wrap: on
line diff
--- a/python/c3/__init__.py	Sat Jun 15 19:13:05 2013 +0200
+++ b/python/c3/__init__.py	Fri Jun 21 15:01:08 2013 +0200
@@ -1,3 +1,8 @@
+
+"""
+This is the C3 language front end.
+"""
+
 # Convenience imports:
 
 from .parser import Parser