Related articles |
---|
Reentrant version of Coco/R available moessenboeck@ssw.uni-linz.ac.at (Hanspeter Moessenboeck) (2005-04-28) |
From: | "Hanspeter Moessenboeck" <moessenboeck@ssw.uni-linz.ac.at> |
Newsgroups: | comp.compilers |
Date: | 28 Apr 2005 14:32:39 -0400 |
Organization: | Compilers Central |
Keywords: | tools, available, parse |
Posted-Date: | 28 Apr 2005 14:32:39 EDT |
A new version of the compiler generator Coco/R has been released today. In
contrast to previous versions this one is reentrant, i.e. you can have
multiple instances of a generated compiler at the same time.
Coco/R is an easy-to-use compiler generator which produces a scanner and a
recursive descent parser from an attributed EBNF grammar. There are special
features to resolve LL(1) conflicts. Coco/R is available for Java, C#, C++,
Delphi and other languages. It s published under the GNU eneral Public
License.
For executables, source code and documentation see
http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
- Hanspeter Moessenboeck
University of Linz, Austria
Return to the
comp.compilers page.
Search the
comp.compilers archives again.