Mercurial > lcfOS
view python/ppci/c3/__init__.py @ 370:f86e79246602
Remove null stdio
author | Windel Bouwman |
---|---|
date | Fri, 21 Mar 2014 11:57:32 +0100 |
parents | e609d5296ee9 |
children |
line wrap: on
line source
""" This is the C3 language front end. """ from .parser import Parser from .lexer import Lexer from .codegenerator import CodeGenerator from .visitor import Visitor from .visitor import AstPrinter from .builder import Builder