Related articles |
---|
Writing a recursive descent parser in C bilbo@volcanomail.com (2001-11-29) |
Re: Writing a recursive descent parser in C spinoza1111@yahoo.com (2001-12-03) |
Re: Writing a recursive descent parser in C joachim_d@gmx.de (Joachim Durchholz) (2001-12-07) |
Re: Writing a recursive descent parser in C lingolanguage@hotmail.com (Bill Rayer) (2001-12-07) |
Re: Writing a recursive descent parser in C dr_feriozi@prodigy.net (SLK Parsing) (2001-12-07) |
Re: 4GL language design, was Writing a recursive descent parser in C spinoza1111@yahoo.com (2001-12-09) |
Re: Writing a recursive descent parser in C alexc@world.std.com (2001-12-11) |
Re: 4GL language design, was Writing a recursive descent parser in C alexc@world.std.com (2001-12-11) |
Re: 4GL language design, was Writing a recursive descent parser in C lingolanguage@hotmail.com (Bill Rayer) (2001-12-11) |
Re: Writing a recursive descent parser in C spinoza1111@yahoo.com (2001-12-11) |
[3 later articles] |
From: | "Bill Rayer" <lingolanguage@hotmail.com> |
Newsgroups: | comp.compilers |
Date: | 7 Dec 2001 23:37:13 -0500 |
Organization: | Virgin Net Usenet Service |
References: | 01-11-146 01-12-008 |
Keywords: | C, parse, comment |
Posted-Date: | 07 Dec 2001 23:37:12 EST |
Dear Newsgroup
Edward G. Nilges <spinoza1111@yahoo.com> wrote in message
> bilbo@volcanomail.com (Antoine Lec.) wrote...
>
> > Given a free-context grammar, I'm trying to write a recursive descent
> > parser for this grammar, with a minimum of function:
[...interesting stuff deleted...]
> misunderstanding is a sad waste of the human spirit), but thanks to
> the MIS anti-intellectualism, which dismisses compiler design theory
> as a waste of time, "packages" still emerge based on pathological
> programming languages.
I'm interested that some 4GLs mix up the scanning and parsing stages.
What 4GLs do you consider to be most deficient in this way? And what
do you consider the most pathological languages? I'm not trying to
start a religious war here, I'm interested in language design - good and
bad!
Regards
Bill Rayer
lingolanguage <at> hotmail <dot> com
[It's not inherently evil to mix scanning and parsing, but when you do
so it's awfully easy to come up with a language with a syntax so messy
that it can't be described other than "it's what the parser parses."
-John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.