× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo

The Dragon Parser Generator

1   Who should use it ?
Back to TOC

Dragon is an appropriate tool for those C++ and Java programmers, who need a parser for any specific grammar ( LR(1) ). Since the integration can be done very smooth, a complete parser application can be written very fast.

To use dragon, you should be familiar with the concept of context free ( programming ) languages in terms of lexical and syntactical analysis. A basic understanding of the principles of a scanner and parser modul in general is required to understand and use this parser generator.