Home - All the pastes - Authored by Thooms
Raw version
1 2 3 4
litteral : DECLARATION {$$=$1;printf("On est la : %s \n",$1);} ; //DECLARATION reconnait une chaine alphanumérique affectation: litteral '=' expr {printf("On affecte la variable %s = %d ! \n",$1,$3);}