lbuffer icon indicating copy to clipboard operation
lbuffer copied to clipboard

a mutable string support to lua.

Results 4 lbuffer issues
Sort by recently updated
recently updated
newest added

Hi! Your code looks quite useful and nice, but it gives funny warnings when compiled with Lua 5.4: ``` lbuffer.c: In function ‘write_int32’: lbuffer.c:261:26: warning: this statement may fall through...

Hello, I maintain Haxe support for the Lua target. I had wanted to use a Lua library for faster buffer manipulation. However, this proved difficult as I needed 0-based index...

Hi, I've successfully compiled and deployed lbuffer, but it does not work as expected under lua 5.3. it seems like 'append' and 'assign' are somehow missing: $ lua5.3 -lbuffer Lua...