annotate python/ir/__init__.py @ 170:4348da5ca307

Cleanup of ir dir
author Windel Bouwman
date Fri, 29 Mar 2013 17:33:17 +0100
parents 9683a4cd848f
children 3eb9b9e2958d
rev   line source
170
4348da5ca307 Cleanup of ir dir
Windel Bouwman
parents: 158
diff changeset
1 from .module import Module
158
9683a4cd848f Added some functions for code generation
Windel Bouwman
parents: 157
diff changeset
2 from .instruction import *
101
af0d7913677a Fixes and splitting into 3 stage
windel
parents: 95
diff changeset
3