PlayPen Compiler: Using Bison
I’ve completed my explanation of Bison and posted it here. Bison is a context-free parser generator. My page has a brief description (considering there are books on the software) of how to form a Bison file. I go through the bison file (grammar.y) used in the PlayPen skeleton project provided in Chapter 0 with comments to explain each grammar rule. An understanding of Bison is important at this particular point and time because this is…