Topic: C++ Parser Class wanted


Author: leonard@cs.utwente.nl (Leonard Thierry)
Date: 5 Oct 92 12:36:05 GMT
Raw View
Does anyone know whether there exists a public domain
C++ parser class or something like that.

I am interested in a (simple) parser that can parse
a context-free grammar. It doesn't necessarily have
to be an efficient one.

It is supposed to be used in a neuralnet class as
a compiler for a very simple neural net user language.

Thanks a lot in advance for any help!


Leonard Thierry
--
=======================================================================
|    Leonard Thierry    | Computer Science Dep.|  Research keywords:  |
| leonard@cs.utwente.nl | University of Twente | nat.lang.;neur.nets; |
|                       |     Netherlands      | know.rep.;logics;c++ |
=======================================================================




Author: francis@dogwood.atl.ga.us (John Stracke)
Date: Tue, 6 Oct 1992 16:49:09 GMT
Raw View
In article <1992Oct5.133606@cs.utwente.nl> leonard@cs.utwente.nl (Leonard Thierry) writes:

   Does anyone know whether there exists a public domain
   C++ parser class or something like that.

There is such a thing.  I haven't used it, and I forget where I got
it, but I've put it up for anon ftp at
galois.nscf.org:/pub/CmParser.tar.Z.

--
/===========================================================================\
|John (Francis) Stracke         |My opinions are my own.                    |
|Natl. Science Center Foundation|===========================================|
|Augusta, GA                    |If God had not given us duct tape, it would|
|francis@galois.nscf.org        |  have been necessary to invent it.        |
\===========================================================================/
(Formerly francis@dogwood.atl.ga.us,francis@zaphod.uchicago.edu)
--
/===========================================================================\
|John (Francis) Stracke         |My opinions are my own.                    |
|Natl. Science Center Foundation|===========================================|
|Augusta, GA                    |If God had not given us duct tape, it would|




Author: leonard@cs.utwente.nl (Leonard Thierry)
Date: Mon, 5 Oct 1992 12:36:05 GMT
Raw View
Does anyone know whether there exists a public domain
C++ parser class or something like that.

I am interested in a (simple) parser that can parse
a context-free grammar. It doesn't necessarily have
to be an efficient one.

It is supposed to be used in a neuralnet class as
a compiler for a very simple neural net user language.

Thanks a lot in advance for any help!


Leonard Thierry
--
=======================================================================
|    Leonard Thierry    | Computer Science Dep.|  Research keywords:  |
| leonard@cs.utwente.nl | University of Twente | nat.lang.;neur.nets; |
|                       |     Netherlands      | know.rep.;logics;c++ |
=======================================================================