GNU parser generator. More information: https://www.gnu.org/software/bison/.
bison path/to/file.y
stdout
bison --debug path/to/file.y
bison --output path/to/output.c path/to/file.y
bison --verbose