Parsing file format to ensure file meets criteria

John Bokma john at castleamber.com
Thu Dec 17 20:57:36 EST 2009


seafoid <fitzpadj at tcd.ie> writes:

> Hi folks,
>
> I am new to python and am having some trouble parsing a file.

It really sounds like you need something that generates a parser for you
based on a grammar instead of trying to code your own parser.

See: http://wiki.python.org/moin/LanguageParsing
for an overview of modules.

-- 
John Bokma

Read my blog: http://johnbokma.com/
Hire me (Perl/Python): http://castleamber.com/



More information about the Python-list mailing list