diff python/libs/compiler/test.py @ 94:1be00bcfaabb

Last parts before movage
author windel
date Mon, 24 Dec 2012 13:21:13 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/libs/compiler/test.py	Mon Dec 24 13:21:13 2012 +0100
@@ -0,0 +1,8 @@
+
+from core import BitReader
+
+with open('main.s.bc', 'rb') as f:
+   br = BitReader(f)
+   br.parseModule()
+   print(br)
+