On 2010-04-08, Richard Lamboj <[email protected]> wrote: > If someone knows good links to this thema, or can explain how > parsers should/could work, please post it, or explain it. > > Thanks for the Informations and the Help!
I liked Crenshaw's "Let's Build a Compiler!". It's pretty trivial to convert his Pascal to Python, and you'll get to basic parsing in no time. URL:http://compilers.iecc.com/crenshaw/ -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list
