Mercurial > lcfOS
view python/c3/__init__.py @ 288:a747a45dcd78
Various styling work
author | Windel Bouwman |
---|---|
date | Thu, 21 Nov 2013 14:26:13 +0100 |
parents | 1c7c1e619be8 |
children | 6aa721e7b10b |
line wrap: on
line source
""" This is the C3 language front end. """ # Convenience imports: from .parser import Parser from .analyse import Analyzer, TypeChecker from .codegenerator import CodeGenerator from .visitor import Visitor, AstPrinter from .builder import Builder