python -m pytest generates three errors in test_cas_exp and two errors in test_cas_mapper.
A short example where the patch broke something is python -c 'from amoco.cas.expressions import *;print(vec([lab("eax",size=32),cst(0x10,32)])+3)' which outputted [(@eax+0x3),0x13]but now outputs T32.