annotate python/ir/__init__.py @ 272:e64bae57cda8

refactor ir
author Windel Bouwman
date Sat, 31 Aug 2013 17:58:54 +0200
parents cf7d5fb7d9c8
children ea93e0a7a31e
rev   line source
272
e64bae57cda8 refactor ir
Windel Bouwman
parents: 271
diff changeset
1 from .module import Module, Function, Block
158
9683a4cd848f Added some functions for code generation
Windel Bouwman
parents: 157
diff changeset
2 from .instruction import *
171
3eb9b9e2958d Improved IR code
Windel Bouwman
parents: 170
diff changeset
3 from .builder import Builder
101
af0d7913677a Fixes and splitting into 3 stage
windel
parents: 95
diff changeset
4