diff python/c3/__init__.py @ 150:4ae0e02599de

Added type check start and analyze phase
author Windel Bouwman
date Fri, 01 Mar 2013 16:53:22 +0100
parents 91af0e40f868
children afc8c0207984
line wrap: on
line diff
--- a/python/c3/__init__.py	Fri Mar 01 11:43:52 2013 +0100
+++ b/python/c3/__init__.py	Fri Mar 01 16:53:22 2013 +0100
@@ -1,2 +1,9 @@
+
+# Convenience:
+
+from .parser import Parser
+from .semantics import Semantics
+from .typecheck import TypeChecker
+from .analyse import Analyzer