view python/tests/ppcitest.py @ 214:6875360e8390

Remove semantics
author Windel Bouwman
date Fri, 05 Jul 2013 11:18:58 +0200
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)