CS2112: Exercises + Answers from $9 Language Design, Useability & Implementation - Representation

+ The grammar for ANSI C given by Kernighan & Ritchie is in $CS2112/e*/c_grammar/* Run it through Yacc to discover the conflicts, and try to work out why they are there and how you could improve the grammar to remove them. Try to generally improve the grammar.

see answers to $7