Parser suggestion

Steven Bethard steven.bethard at gmail.com
Thu Sep 29 18:38:38 EDT 2005


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



More information about the Python-list mailing list