comparison python/ir/__init__.py @ 171:3eb9b9e2958d

Improved IR code
author Windel Bouwman
date Wed, 03 Apr 2013 22:20:20 +0200
parents 4348da5ca307
children 5a7d37d615ee
comparison
equal deleted inserted replaced
170:4348da5ca307 171:3eb9b9e2958d
1 from .module import Module 1 from .module import *
2 from .instruction import * 2 from .instruction import *
3 from .builder import Builder
3 4