Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
bison [options]file
Given a file containing a context-free grammar, convert it into tables for subsequent parsing while sending output to file.c. This utility is to a large extent compatible with yacc, and in fact is named for it. All input files should use the suffix .y; output files will use the original prefix.