From: | =?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.Kahrs@vr-web.de> |
Newsgroups: | comp.compilers |
Date: | 9 Sep 2006 15:41:37 -0400 |
Organization: | Compilers Central |
References: | 06-09-029 |
Keywords: | parse, tools |
Posted-Date: | 09 Sep 2006 15:41:37 EDT |
Mr.E wrote:
> Is there a parser generator that produces the equivalent of a
> hand-coded recursive descent parser? I'm looking for a generator that
> doesn't require an engine and doesn't use external libraries... just
> plain old C.
CoCo/R leaves it as an option to you to start
reading the generated parser:
http://www.scifac.ru.ac.za/coco/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.