cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

support int64? #32

Closed chiuan closed 9 years ago

chiuan commented 9 years ago

Lua5.3 support int64, how about sproto?

cloudwu commented 9 years ago

sproto full support lua 5.3 , it use lua_pushinteger and lua_tointeger to handle integer

chiuan commented 9 years ago

thanks! for known.