| Related articles |
|---|
| Looking for a LL version of C grammar peakhunt@yahoo.com (2004-02-26) |
| Re: Looking for a LL version of C grammar isaac@latveria.castledoom.org (Isaac) (2004-02-27) |
| Re: Looking for a LL version of C grammar vbdis@aol.com (2004-03-02) |
| Re: Looking for a LL version of C grammar k301x@yahoo.com (dtf) (2004-03-11) |
| From: | peakhunt@yahoo.com |
| Newsgroups: | comp.compilers |
| Date: | 26 Feb 2004 01:08:15 -0500 |
| Organization: | Compilers Central |
| Keywords: | C, parse |
| Posted-Date: | 26 Feb 2004 01:08:15 EST |
Hi,
I'm planning to develop a C compiler and want to use RDP as its
parser. But I can't find any LL grammar for C syntax though there
seem to be plenty of yacc version of C grammar specification.
So based on some internet search and dragon book, I tried to convert
the LALR to LL using left recursion removal and left factoring with no
avail. The situation became kind of nightmare due to , hmm..., you
know, the first/follow problem and I'm not really sure this is the way
to go. (I'm not a compiler expert and am just doing this as my
hobby.)
Does anybody know where I can get LL version?
Thanks!
H.Kim
Return to the
comp.compilers page.
Search the
comp.compilers archives again.