view python/tests/ppcitest.py @ 106:f2d980eef509

improved code generation
author Windel Bouwman
date Mon, 31 Dec 2012 18:26:56 +0100
parents fe145e42259d
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)