recommendation for a WinNT/95 parser generator

"Robert M. Muench" <Robert.M.Muench@SCRAP.de>
30 Aug 1997 00:50:27 -0400

          From comp.compilers

Related articles
recommendation for a WinNT/95 parser generator kgeorge@itchy.serv.net (1997-08-16)
Re: recommendation for a WinNT/95 parser generator edjaggard@usa.net (1997-08-20)
Re: recommendation for a WinNT/95 parser generator mtiomkin@iil.intel.com (Michael Tiomkin) (1997-08-24)
Re: recommendation for a WinNT/95 parser generator kgeorge@itchy.serv.net (1997-08-28)
recommendation for a WinNT/95 parser generator Robert.M.Muench@SCRAP.de (Robert M. Muench) (1997-08-30)
Re: recommendation for a WinNT/95 parser generator dwight@pentasoft.com (Dwight VandenBerghe) (1997-08-30)
Re: recommendation for a WinNT/95 parser generator jlilley@empathy.com (John Lilley) (1997-08-30)
Re: recommendation for a WinNT/95 parser generator andrewc@rosemail.rose.hp.com (Andrew Crabtree) (1997-08-30)
Re: recommendation for a WinNT/95 parser generator dweller@news.imagin.net (1997-09-03)
| List of all articles for this month |

From: "Robert M. Muench" <Robert.M.Muench@SCRAP.de>
Newsgroups: comp.compilers
Date: 30 Aug 1997 00:50:27 -0400
Organization: Customer of EUnet Germany; Info: info@Germany.EU.net
References: 97-08-048
Keywords: parse, Windows, question

> -----Original Message-----
> Need recommendation for a good parser generator for win NT/95
> with the following characteristics


[Robert M. Münch] Have a look at 'Visual Parse++', I use it for over a
year now and it's ok, no big problems. This one is portable too and you
can get the source-code for it.


> 1)generates object oriented parser/lexer classes
[Robert M. Münch] Yes.


> 2)objects (parser/lexer) are thread safe
[Robert M. Münch] I don't know.


> 3)the generated objects(parser/lexer),
> runs on C++ streams,
[Robert M. Münch] Yes


> (how about Win32 file handles, memory mapped files)
[Robert M. Münch] Shouldn't be any problem if you can provide a stream
interface.


> 4)(optional) objects should have the ability to
> work on unicode input.
[Robert M. Münch] I think this is possible too.


Robert M. Muench
SCRAP EDV-Anlagen GmbH, Karlsruhe, Germany


==> Private mail : r.m.muench@ieee.org <==
==> ask for PGP public-key <==


--


Post a followup to this message

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