Assembler Parser/Lexer in Python

Simon Burton simonb at webone.com.au
Mon Nov 10 02:00:17 EST 2003


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.




More information about the Python-list mailing list