Q: what parser generator can do this?

Martin Gijsen <mgijsen@lucent.com>
25 Nov 1999 01:52:36 -0500

          From comp.compilers

Related articles
Q: what parser generator can do this? mgijsen@lucent.com (Martin Gijsen) (1999-11-25)
Re: Q: what parser generator can do this? qjackson@wave.home.com (Quinn Tyler Jackson) (1999-11-28)
Re: Q: what parser generator can do this? gneuner@dyn.com (1999-11-28)
| List of all articles for this month |

From: Martin Gijsen <mgijsen@lucent.com>
Newsgroups: comp.compilers
Date: 25 Nov 1999 01:52:36 -0500
Organization: Lucent Technologies, Indian Hill
Keywords: tools, parse, question

Hi,


I've been looking through a list of parser generators for one to
use, but I never find all the info I need. So can anyone out there
recommend a parser generator that can do all of the following:


- multiple entry points (multiple parsers, shared code)
- supports parameters to rules and local variables (like LLgen)
- error mechanism that enables context specific error messages
    (such as: "bar" expected after "foo")
- generates C or C++ code (Unix environment)


It only needs to parse regular expressions in this case.




Thanks!


Martin


Post a followup to this message

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