seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
78 stars 10 forks source link

Support floor division #153

Open funwolf7 opened 9 months ago

funwolf7 commented 9 months ago

Luau recently added floor division with the // operator. https://luau-lang.org/2023/11/01/luau-recap-october-2023.html#floor-division

Darklua should support this feature. Full-moon added support for this in 1.19.0.