Your description is a bit long, I did not read it in any detail.
But if I understand you, I had the same problem when I did my StrLib
"static string" library for low-RAM Lua applications in IoT range... .
There I finally also wanted to be able to compare my "sb-items" (made
by meta) to normal strings with ==.
Please check my posts concerning this some months ago.
It is a quite small change in a lua source file, that you have to do,
I have described it there in detail.
On Wed, Jun 8, 2022 at 3:07 PM Andrew <ajc@gmx.net> wrote:
Hello All,
there is currently a small but annoying problem when constructing
numerical objects based on tables or userdata.