PPaste!

compilateur

Home - All the pastes - Authored by Thooms

Raw version

1
2
3
4
5
litteral : DECLARATION {$$=$1;printf("On est la : %s \n",$1);}
		; 

affectation: litteral '=' expr {printf("On affect la variable %s = %d ! \n",$1,$3);}
		;