Inhaltsverzeichnis

Lexer & Parser

Semantische Analyse

Neues Sprachfeature

while(foo && (r = r + 1) > 5)

Baumtransformation

						*
					/		\
				+				=
			/				/		\
		a 		b 		r 				+
									/		\
								r 				1 

Graph färben + Verschmelzung mit move Kante

ILP

Fazit