PeppaPEG icon indicating copy to clipboard operation
PeppaPEG copied to clipboard

lua: define operator precedence in Lua.

Open soasme opened this issue 3 years ago • 1 comments

soasme avatar Sep 16 '21 04:09 soasme

I'm not going to merge this PR anytime soon since this approach will increase the parse time significantly. It took nearly 20s even if the cli is compiled with -O2 option.

54/54 Test #53: lua-5.4.3/*.lua ..............................   Passed   19.89 sec

A better approach may be introducing precedence climbing at Peppa PEG specification level.

soasme avatar Sep 16 '21 04:09 soasme