[feature request] lua 5.3 support
sanga opened this issue · 5 comments
sanga commented
What are the chances of adding support for lua 5.3? This seems fairly presumptuous on my part so fair enough if you close this.
Kampfkarren commented
I can't remember, what syntax was added in Lua 5.3? I thought it's big feature was integers, which I don't think matter on a syntax level.
sanga commented
Sorry just now I don't have time but to post this link. https://www.lua.org/manual/5.3/manual.html#8 but at least I'd guess bitwise operators and '~' also.
Kampfkarren commented
Bitwise ops, that's what it was, thanks!
sanga commented
Thank you! Btw, presumably the repo subtitle "A lossless Lua 5.1 parser" is now slightly incorrect? Apparently also the readme
Kampfkarren commented
It's been slightly incorrect for a bit 😅