Matt Love

Results 2 issues of Matt Love

Hi, This looks great, and from first glance is just what I'm looking for! Are you planning on adding any kind of build system support soon? I'm happy to help.

Using the following schema ``` package integer64; message TestSigned64 { optional int64 int64_ = 1; } ``` the following code fails on the last assertion when run with lua5.1.5, but...