Syntax-directed translation
Appearance
Syntax-directed translation (SDT) is a method of translating a string into a sequence of actions by attaching on such action to each rule of a grammar. Thus, parsing a string of the grammar produces a sequence of rule applications. And SDT provides a simple way to attach semantics to any such syntax.