view 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 source


# Convenience:

from .parser import Parser
from .semantics import Semantics
from .typecheck import TypeChecker
from .analyse import Analyzer