semantic icon indicating copy to clipboard operation
semantic copied to clipboard

Precise ASTs don’t support comments

Open patrickt opened this issue 5 years ago • 0 comments

Ported from https://github.com/tree-sitter/haskell-tree-sitter/issues/99

In the a-la-carte AST world, we dealt with comments by reifying them as nodes in the AST; since ALC ASTs have a degree of heterogeneity w/r/t typing, this worked fine. In a precise AST world, we have no such luxury.

This is blocking us from writing any docstrings in precise tagging.

patrickt avatar Feb 13 '20 16:02 patrickt