Compilers and Compiler
Generators an introduction with C++
(No Frames) |
P.D Terry |
This book has been written to support a practically oriented course in programming
language translation for senior undergraduates in Computer Science. The book covers
the following topics : translation process, constituent parts of a compiler, porting
and bootstrapping compilers, machine architecture and machine emulation, regular
expressions, grammars, BNF and EBNF, simple features of assembler language, development
of an assembler/interpreter system , macro-assembly, error detection, formal syntax
theory, parsing, manual construction of scanners and parsers, recursive descent,
syntax directed translation, Coco/R, how parser generators are constructed. "On
the fly" code generation, intermediate tree construction. stack-frame , simple
concurrent programming.
(original)
|