Mercurial > lcfOS
view python/ir/__init__.py @ 156:1b4a85bdd99c
change types
author | Windel Bouwman |
---|---|
date | Sun, 03 Mar 2013 15:50:34 +0100 |
parents | b28a11c01dbe |
children | 8f3924b6076e |
line wrap: on
line source
from .module import Module, Function, BasicBlock from .value import Value from .types import Type, i8, i16, i32, void