Development
yacc
Another Compiler Compiler (Parser Generator)
UNIX
Verified: 2025-09-22
Syntax
$yacc [OPTIONEN] [DATEI]
Examples
$yacc grammar.y
$yacc -d grammar.y
Typical use cases
?
Standard usage
yacc --help
Note
Generates parser.
Export