comparison 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
comparison
equal deleted inserted replaced
149:74241ca312cc 150:4ae0e02599de
1
2 # Convenience:
3
4 from .parser import Parser
5 from .semantics import Semantics
6 from .typecheck import TypeChecker
7 from .analyse import Analyzer
1 8
2 9