lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks Pierre-Yves,

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}