2014年04月12日 22:31 GMT+02:00 Pierre-Yves Gérardy
<pygy79@gmail.com>:
Replace `Cf(Exp,parenthese)` with `(Exp/parenthese)`, you'll get the
expected result.
I tried this but there was no difference :
print(match(Grammaire,'1+(5+4)'))
gives also :
1 + par{5}