bblfsh / sdk

Babelfish driver SDK
GNU General Public License v3.0
23 stars 27 forks source link

Split comments #347

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

SDK defines a uast.Comment with multiple text components, namely Prefix, Tab, Text and Suffix. But to save some time we haven't implemented parsing of Tab.

This change implements Tag parsing properly. It also fixes problems with tab character detection in Prefix and Suffix.

This will change the way how Comment nodes are populated in Semantic mode. It only aligns the AST with the documented behavior though, so should be considered as a fix.