Re: C and LL (1)

"Andrew Wilson" <andrew@blueoffice.com>
27 Oct 2001 18:37:08 -0400

          From comp.compilers

Related articles
C and LL (1) pjbp@netc.pt (Pedro Pereira) (2001-10-23)
Re: C and LL (1) loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-10-27)
Re: C and LL (1) andrew@blueoffice.com (Andrew Wilson) (2001-10-27)
Re: C and LL (1) frigot_e@epita.fr (2001-10-27)
Re: C and LL (1) loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-10-28)
Re: C and LL (1) dr_feriozi@prodigy.net (2001-11-04)
Re: C and LL (1) GOLDParser@DevinCook.com (2001-11-05)
Re: C and LL (1) gzw@home.com (Geoff Wozniak) (2001-11-08)
Re: C and LL (1) joachim_d@gmx.de (Joachim Durchholz) (2001-11-11)
| List of all articles for this month |

From: "Andrew Wilson" <andrew@blueoffice.com>
Newsgroups: comp.compilers
Date: 27 Oct 2001 18:37:08 -0400
Organization: Cybercity
References: 01-10-121
Keywords: C, LL(1)
Posted-Date: 27 Oct 2001 18:37:08 EDT

> Can C be parsed by a LL (1) parser? I've serached in the web a lot,
> but i couldn't find the anwser!


Dr Dobbs Journal, for many years, was involved with a project called the
"Small C Compiler" that was a subset of the C programming language, writing
using recursive descent.


I remember reading an article that someone had extended this to a full
implementation of C.


I believe this must have used backtracking as C does not convert well to
LL(1).




Andrew Wilson


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.