The DParser is a scannerless GLR parser generator
based on the Tomita algorithm. It is self-hosted
and very easy to use. Grammars are written in a
natural style of EBNF and regular expressions and
support both speculative and final actions.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Soutient la génération de code défini par l'utilisateur à partir d'une grammaire d'imprimer l'arbre d'analyse, et Un article basé sur l'avidité (facultatif). Corrige un bug dans le support de Python qui empêchait l'utilisation de l'associativité et de priorité, et ajoute le support pour les systèmes 64 bits à l'interface Python.
Tags:
Minor bugfixes
Supports generation of user-defined code from a grammar to print the parse tree, and disambiguation based on greediness (optional). Fixes a bug in the Python support that prevented the use of associativity and priority, and adds support for 64-bit systems to the Python interface.