Download List

프로젝트 설명

yagg, given YACC-like and LEX-like input files,
generates a C++ program that generates all strings
of a user-specified length. This program can then
be used to generate inputs for testing, or to
validate that a grammar accepts the strings that
you think it does. The grammar file provides the
grammar productions for string generation, along
with optional action blocks that can perform
context-sensitive checks in order to limit the
generated strings. The LEX-like terminal generator
file provides specifications that instruct the
program how to generate strings for terminals in
the grammar.

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.

2007-04-02 18:52
1.4001

이 릴리스에는 튜토리얼 출력 형식을 제어에 대한 섹션을 추가합니다. 수정되었습니다 그 특유의 상황에서 오류가 발생할 것이라고 주장. 합격을위한 테스트 케이스별로 - 1.3000에 대한 참조를 업데이 트가 업데이 트되었습니다.
Tags: Minor bugfixes
This release adds a section to the tutorial on controlling output formatting. An assert failure that would occur in peculiar circumstances has been fixed. The test cases for the pass-by-reference updates in 1.3000 have been updated.

2006-08-23 10:46
1.4000

프로그램의 임의의 문자열을 생성하는 추가되었습니다. 버그는 어디에 yagg 따옴표 문자를 생성할 수없습니다 정해져 있었다는 것이다. 버그는 어디에 사용하여 동등한 교번 주장 실패에서 처음 수정되었습니다 결과는 것이다.
Tags: Major bugfixes
A program was added to generate random strings. A
bug where yagg would be unable to generate a
double quote character was fixed. A bug where use
equivalence alternation would result in an
assertion failing was fixed.

2005-06-06 17:58
1.3001

이 릴리스의 버그 수정 nonpointer 규칙 유형에 대한 코드 생성에 관한 한 그들의 공백이있는 경로를 출력 관련.
Tags: Minor bugfixes
This release fixes a bug related to generating code for nonpointer rule
types and one involving output paths with spaces in them.

2004-12-10 18:46
1.20

Tags: Initial freshmeat announcement

Project Resources