lua-protobuf
lua-protobuf copied to clipboard
Support nested definitions and fields with capitals
This PR expands lua-protobuf to support:
- Nested messages and enums
- Fields with capital letters (the C++ protobuf library downcases them)