A JavaCC grammar for Cobol

15 Jun 2006

While working on my JavaCC book I came across a JavaCC grammar for parsing Cobol programs. It's a pretty hefty grammar file - over 50 KB - with a ton of productions. I ran it through JJDoc and you can see that report as well.

I thought a couple of things were interesting:

I tried to contact the author to see if he would mind me putting the grammar on the JavaCC grammars page, but the email bounced. Bernard Pinon, if you see this, nice work, please drop me a line and let me know if this grammar can live on the JavaCC site :-)

Update 3/30/09: Got an email from Bernard, grammar is here now, and he gave me permission to repost it on the JavaCC example grammars page. Thanks Bernard!