A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Target Language

In a compiler, the target language is the language used to write the compiler's output. It is the language into which the source program is translated. A target language may be another high-level programming language, or the machine language (assembly or bytecode) of the computer that will execute the source program.

Go up



Terminal Symbols

Soon...

Go up



Translation Grammar

A translation grammar is an ordered sixtuple TG = (T, N, SA, S, P, R) , where N and T are finite alphabets, SA is a finite set of semantic actions, S is a distinguished symbol of N, P is a finite non-empty set pairs (L,R) such that L and R are in (N U T)* and R is a set of pairs (p,a) where p is in P and a is in SA.

Go up



A B C D E F G H I J K L M N O P Q R S T U V W X Y Z