bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

Comments include "//" #12

Closed vmarkovtsev closed 6 years ago

vmarkovtsev commented 6 years ago

I extracted nodes from a Go file by XPath //*[@roleComment]. .Token values include // prepended, so it is hard to actually get the text. Not tested on /* */ comments.

juanjux commented 6 years ago

Agree.