Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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.

2010-12-21 06:43 Back to release list
1.26

Esta versão corrige um bug Unicode, avisos de compilação com as versões mais recentes do gcc, as questões de const, uma questão MinGW onde fica do tamanho de um arquivo, um bug na opção-R que impediu substituições nas cadeias no código, e um bug no recuperação de erros que poderiam resultar em um acidente. parsers Whitespace agora herdar atributos do pai. A capacidade de desabilitar freelists por melhores resultados valgrind foi adicionado.
This release fixes a Unicode bug, compilation warnings with newer versions of gcc, const issues, a MINGW issue where it lies about the size of a file, a bug in the -R option that prevented substitutions in strings in code, and a bug in error recovery that could result in a crash. Whitespace parsers now inherit attributes of the parent. The ability to disable freelists for better valgrind results has been added.

Project Resources