#!/usr/bin/python3 """Parse the glyphs in IMLAC PDS-1 display list disassembly. Specifically, https://github.com/PDP-10/its/blob/f6408e16cb1aaf7f2583c02cdca506f2fe24b993/src/imsrc/ssvchr.22 This is a barely-working kludge. The display processor’s instruction set is documented in . """ import sys, re comment = re.compile(r';.*') blank = re.compile(r'\s*$') label = re.compile(r'^(?P