compiler construction using flex and bison
This pdf covers introduction parser, scanner,
context, optimization, virtual machines, code generation, and peephole
optimization. It also presents the complete implementation of a simple program,
including the parser, directions, scanner, symbol table, code generator, stack
machine, and a sample program.It provides an overview of Yacc or Bison,the parser
file generated by Yacc or Bison, the parser's C-language interface, debugging tips,
and stages in using Yacc or Bison.
Author(s): Anthony A. Aaby
102 Pages