You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gazell...@googlegroups.com
Hi all,
I am just looking for a tool for writing efficient parser (more specific for Fortran). The language that I am using is Ruby, so I have tried Treetop and Parslet. Both of them are PEG based. The parser that I have written in Parslet is slow (maybe need optimization). It took around 10 seconds to parse a Fortran code with 2000+ lines. This is really slow for my application. So I came to Gazelle, but I found the updating on this forum and GitHub is three years ago! Is Gazelle still active?