Entwicklung
yacc
Yet Another Compiler Compiler (Parser-Generator).
UNIX
Verifiziert: 2025-09-22
Syntax
$yacc [OPTIONEN] [DATEI]
Beispiele
$yacc grammar.y
$yacc -d grammar.y
Typische Anwendungsfälle
?
Standardverwendung
yacc --help
Hinweis
Generiert Parser.
Export