
What you will learn in this chapter
Key Words
Intermediate Code
8
c
What is Intermediate Code and why do we need it?
c
What are different commonly used forms of Intermediate Code?
c
How to build a Parse tree in memory?
c
What are Polish and Reverse Polish Notation (RPN)?
c
How to generate RPN from a parse tree?
c
What is N-tuple notation?
c
How to generate N-tuples?
c
What is an Abstract Syntax Tree (AST)?
c
How to generate an AST for a given source code?
c
What are Virtual Machines?
c
An introduction to PASCAL P-code
c
An introduction to Java Bytecode
c
What are Threaded codes and what are their variants?
c
Implementation of Threaded code interpreter on Motorola ...