Dragon parser generator 1.2.5 review

Download
by rbytes.net on

Dragon is a powerful parser generator

License: GPL (GNU General Public License)
File size: 244K
Developer: Lemke IT
0 stars award from rbytes.net

Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive.

Using LR(1) instead of LALR decreases efficiency of the parser, but avoids some reduce/reduce conflicts in some cases. Dragon provides a very clean and structured way for the integration of application specific context code. Dragon combines the lexical and syntactical analysis and the corresponding code generation.

What's New in This Release:
The compiler was cleaned up for Forte C++ (Solaris).
A check for recursive usage of useless productions was added.
Support for base library 1.0.4 was added.

Dragon parser generator 1.2.5 keywords