mransan/ocaml-protoc

Improve OCaml generated type/variable names

Closed this issue · 1 comments

The protobuf has a naming convention with specific case, which we could leverage to generate better OCaml names.

For instance

message MyMessage {
// ...
}

Could generate

type my_message = {
(* ... *) 
}

rather than mymessage

done in #21