Ebook Compiler design in C: Part 1

Part 1 of ebook "Compiler design in C" presents the following content: basic concepts; representing computer languages; a recursive-descent expression compiler; input and lexical analysis; context-free grammars; top-down parsing; bottom-up parsing; sentences, phrases, and context-free grammars; ambiguous grammars; augmented grammars and table-driven parsers;...