starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

protobuf3 optional #211

Open yeads opened 2 years ago

yeads commented 2 years ago

最新版已经支持optional语法了,能不能考虑加上这个功能啊

starwing commented 2 years ago

local parser = protoc.new(); parser.proto3_optional = true

yeads commented 2 years ago

感谢