Hand-written parsers?

Thomas Luzat <thomas.luzat@gmx.net>
23 Dec 2000 02:04:30 -0500

          From comp.compilers

Related articles
Hand-written parsers? thomas.luzat@gmx.net (Thomas Luzat) (2000-12-23)
Re: Hand-written parsers? mike@dimmick.demon.co.uk (Mike Dimmick) (2000-12-24)
Re: Hand-written parsers? smoleski@surakware.com (Sebastian Moleski) (2000-12-24)
Re: Hand-written parsers? jparis11@home.com (Jean Pariseau) (2000-12-24)
Re: Hand-written parsers? LLkParsing@aol.com (2000-12-31)
| List of all articles for this month |

From: Thomas Luzat <thomas.luzat@gmx.net>
Newsgroups: comp.compilers
Date: 23 Dec 2000 02:04:30 -0500
Organization: T-Online
Keywords: parse, practice, question
Posted-Date: 23 Dec 2000 02:04:30 EST

Hi,


I'm wondering a bit what most commercial (mainly C++) compilers use:
Hand-written parsers or parsers generated by compilers such as yacc?


Is there anything bad/good in writing a hand-crafted parser? Would
recursive-decent be okay for a language such as C++?


Thanks,
Thomas Luzat


Post a followup to this message

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