Categories
yagg
'yagg' generates all strings of a user-specified length. The YACC-like language grammar file provides the grammar productions for string generation and optional action blocks that perform context-sensitive checks in order to limit the generated strings. The LEX-like terminal generator file provides specifications that tell the program how to generate strings for terminals in the grammar.
If you already have a YACC or Bison parser file, you need only to add "unaction" blocks to allow the recursive generator to undo the side effects of the action blocks. If you already have a LEX or FLEX lexer input file, you need only remove extraneous code and replace any regular expressions with one of the terminal generator specifications.
Last updated 10 Dec, 2004
Versions
1.20
1.20 stable released 2004-12-10
- Released: 10 Dec, 2004
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/yagg/yagg-1....
- Licenses: GPLv2
- Interfaces: Command Line
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/yahh - VCS Repository Webview



