// fichier essai02.cwp source ::= #continue #ignore(blanks) [nombre | mot]* #empty ; nombre ::= ['0'..'9']+ => { @ Un nombre @ }; mot ::= ['a'..'z']+ =>{ @ Un mot @ };