Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 Chapter 9 Summary
Semantic Processing for Simple Names and Expressions: An
Introduction to Type Checking
Handling Simple Identifiers and and Literal Constants
Processing Expressions
Notes:
In contrast to the simplar chapter from the previous edition,
this chapter now assumes that the program being compiled is represented by
an abstract syntax tree.
Declaration processing and type checking are described as tree traversals.
As in the previous edition, simple, effective error handling
techniques are included as part of this chapter.
Type checking of simple names and expressions is presented in
the context of compiling an assigmnent.