[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Questions about string.pack() and string.unpack()
- From: Sean Conner <sean@...>
- Date: Thu, 20 Nov 2014 12:01:22 -0500
It was thus said that the Great Dirk Laurie once stated:
> 2014-11-20 3:06 GMT+02:00 Sean Conner <sean@conman.org>:
>
> > 5. Could we get these functions in a standalone module for Lua 5.1 and 5.2?
>
> http://www.inf.puc-rio.br/~roberto/struct
Oh, thanks.
But I noticed that the format string between the two is slightly
different:
struct Lua 5.3
c0 s[n]
s z
Xop
The rest are all fine.
-spc