[ANNOUNCE] The ACCENT compiler compiler

friwi@prosun.first.gmd.de (F.W. Schroeer)
5 Feb 2000 18:45:22 -0500

          From comp.compilers

Related articles
[ANNOUNCE] The ACCENT compiler compiler friwi@prosun.first.gmd.de (2000-02-05)
| List of all articles for this month |

From: friwi@prosun.first.gmd.de (F.W. Schroeer)
Newsgroups: comp.compilers
Date: 5 Feb 2000 18:45:22 -0500
Organization: Compilers Central
Keywords: tools, available

Accent is a compiler-compiler that does not impose any restrictions on
grammars. You don't have to adapt your grammar to the limitations of
a particular parsing technique. This makes Accent much simpler to
use.


Accent's specification language is similar to that of Yacc. Like
Yacc, Accent cooperates with Lex.


Accent supports the Extended Backus-Naur Form. It provides inherited
and synthesized attributes (using symbolic names instead of numbers).


Grammar ambiguities are reported and resolved at the logical level of
the specification, not in terms of a parsing technique. You don't
have to restructure your rules. Accent is the first system that
provides a framework to resolve all ambiguities.


Accent parsers require more resources than Yacc parsers, but they are
an alternative for a wide range of applications. Our Java parser
processes thousands of lines in a few seconds.


To download Accent and to browse the documentation visit


      http://www.combo.org/accent/


Friedrich Wilhelm Schroeer
GMD Institute for Computer Architecture
and Software Technology


Post a followup to this message

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