Translation Grammars
12/69
Gist: Translation grammars translate input strings to output strings
Parser based on
an input grammar
1) Translation by two grammars:
Input
string
Output
grammar
Left-
parse
Output
string
2) Translation by a single grammar
Input string:
Output
string:
Parser based on a grammar with rules having two right-hand sides
Note: During the parse of an input string, a simultaneous generation f an output string occurs