Jorge Godoy wrote:
> From Google I found almost all of those.  But do you have any suggestion on
> which one would be better to parse Fortran code?  Or more productive to use
> for this task? 
> 
[snip]
> 
>>PyParsing
>>  http://pyparsing.sourceforge.net/

Well, I've never had to parse Fortan code, but I've had a lot of success 
writing a variety of recursive grammars in PyParsing.  I'd highly 
recommend at least trying it out.

STeVe
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to