Grammar_of_C Contains the scanner and the parser code of C in lex and yacc respectively. Ansi_C.l is the scanner file that contains the various tokens that are used in C. Ansi_C.y is the parser file that contains the grammar of C.