annotate 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
rev   line source
171
3eb9b9e2958d Improved IR code
Windel Bouwman
parents: 170
diff changeset
1 from .module import *
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