I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-03-10 14:56:32-08 by linh
recursive-descent C grammar
Hi, I'm looking for a recursive-descent C-grammar. I want to use RecDescent to parse C code. The only grammar I can find is left-recursive C-grammar. I would be very thankful if anyone could help me. /Linh
Direct Responses: 499 | Write a response
Posted on 2005-05-25 06:39:47-07 by rudolph in response to 199
Re: recursive-descent C grammar
I presume you've seen Parse-RecDescent-1.94/demo/demo_Cgrammar.pl?
Direct Responses: Write a response