On Thu, 06 Nov 2003 22:06:45 +0000, Simon Foster wrote: > > Anyone have any experience or pointers to how to go about creating > a parser lexer for assemble in Python. I was thinking of using PLY > but wonder whether it's too heavyweight for what I want. Anyone have > any thoughts? Write the parser yourself? is assembly really that complex? Simon.