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.
Apoya la generación de código definido por el usuario de una gramática para imprimir el árbol de análisis sintáctico y desambiguación basada en la codicia (opcional). Corrige un error en el soporte de Python que impidieron la utilización de la asociatividad y la prioridad, y añade soporte para sistemas de 64-bits para la interfaz de 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.