1) The document discusses syntax directed definitions (SDDs) which specify attribute values using semantic rules associated with grammar productions. SDDs can have synthesized and inherited attributes.
2) Evaluation orders for SDDs are determined using a dependency graph. Topological sorting is used to determine a valid order of attribute evaluation.
3) Syntax directed translation uses SDDs to generate syntax trees and code during parsing. Postfix translation schemes place semantic actions at the end of productions.