bblfsh / go-driver

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

Enable namespace for Semantic UAST #31

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

The last missing piece of planned features for UASTv2. As mentioned in the design doc, native AST types should have namespaces matching the driver's language when the transformation is in Semantic mode. This will allow to avoid name collisions when analyzing ASTs for different languages.

Signed-off-by: Denys Smirnov denys@sourced.tech

dennwc commented 5 years ago

Blocked by https://github.com/bblfsh/sdk/pull/324