PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Reimplement null coalescing operator in a bytecode-compatible way #868

Closed Sainan closed 1 month ago

Sainan commented 1 month ago

I didn't particularly want to rewrite this feature, but this was just fundamentally incompatible with various assumptions Lua made, which resulted in this not working as expected with the not operator. Fixes #867.