Download List

프로젝트 설명

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.

2006-02-23 23:24 Back to release list
1.14

사용자의 생성 문법에서 구문 분석 트리를 출력하는 코드를 정의하고 탐욕에 대한 지원 (옵션)을 기반으로 동음. 그 associativity와 우선 순위의 사용을 방해 파이썬 지원 버그 수정, 그리고 파이썬 인터페이스를 지원하는 64 비트 시스템을 추가합니다.
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.

Project Resources