I'm not sure if this is even possible with PEG, but Method comments are not parsed currently. The only reason I'm creating an issue is because Method has a Comment field which appears to not be used. It would be great if the parser could capture docstrings. The normal Thrift compiler includes these in generated code.
I'm not sure if this is even possible with PEG, but
Methodcomments are not parsed currently. The only reason I'm creating an issue is becauseMethodhas aCommentfield which appears to not be used. It would be great if the parser could capture docstrings. The normal Thrift compiler includes these in generated code.