I wanted to write some package and for me it would be ideal to make traversal of ast. However the functionality is inside an internal parser package and I there is no way to access it from a package at the moment. Is there any practical reason why this package was made internal ? I think it would be beneficial to have it open for packages to use.
I wanted to write some package and for me it would be ideal to make traversal of ast. However the functionality is inside an internal parser package and I there is no way to access it from a package at the moment. Is there any practical reason why this package was made internal ? I think it would be beneficial to have it open for packages to use.