samuel / go-thrift

A native Thrift package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method comments not parsed

tylertreat opened this issue · comments

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.