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