source ::= #continue #ignore(C++) [nombre | mot]* =>{ @On est dans source@ } #empty ; nombre ::= ['0'..'9']+ => { @ Un nombre @ }; mot ::= ['a'..'z']+ => { @ Un mot @ };