comparison python/ppci/c3/codegenerator.py @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 158068af716c
children be7f60545368
comparison
equal deleted inserted replaced
300:158068af716c 301:6753763d3bec
1 import logging 1 import logging
2 import ir 2 from .. import ir
3 from . import astnodes 3 from . import astnodes
4 from .scope import boolType, intType 4 from .scope import boolType, intType
5 from ppci import CompilerError 5 from ppci import CompilerError
6 from .analyse import theType 6 from .analyse import theType
7 7