Rampage
Rampage
> Can you add a test case to `tests/luatest.lua` for this change? There are still some bugs in this fix, I'll take care of them later and add test cases.
> @Cindlory would you like me to pick up this PR & add a test? > > There's also an issue with how bools are encoded in general, addressed in...
> I have found that it is like this in luatest.lua file : `local mon = monster.GetRootAsMonster(buf, offset)`. I want the argument to the function to be a `ptr` instead...
I did this on my own Add the pointer versions of `string.unpack` and `string.sub` to the lua source code, and then modify the lua code for flatbuffers