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.
Suporta a geração de código definido pelo usuário a partir de uma gramática para imprimir a árvore de análise, e com base na ganância desambiguação (opcional). Corrige um bug no suporte Python que impediu o uso de associatividade e prioridade, e adiciona suporte para sistemas 64-bit para a interface 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.