view 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 source


from core import BitReader

with open('main.s.bc', 'rb') as f:
   br = BitReader(f)
   br.parseModule()
   print(br)