Lizreu

Results 2 issues of Lizreu

Minimal reproducible example: `return (((((((((((((((("a" .. a) .. ",") .. b) .. ",") .. c) .. ",") .. d) .. ",") .. e) .. ",") .. f) .. ",") .....

bug
fixed in rewrite

This isn't an issue with any Lua interpreters that I know of, but libraries implementing Lua parsers (especially PEG) really struggle parsing expressions of the following form: `return (((((((((((((((("a" .....

optimization
scope: transformation