rust-analyzer / rowan

Apache License 2.0
704 stars 58 forks source link

Add ast support module, extracted from rust-analyzer #129

Closed mullr closed 2 years ago

mullr commented 2 years ago

I used this code from rust-analyzer in order to be able to build out my own AST structures. The only change I made was to make it generic over language.

mullr commented 2 years ago

Is there any desire to have this code in the main rowan repo? If not, I can make a separate utility crate. Just don't want to maintain an unnecessary fork.

Veykril commented 2 years ago

Ah, can you bump the rowan version to 0.15.4? Then merging will auto-publish the new minor version

mullr commented 2 years ago

Ah, can you bump the rowan version to 0.15.4?

Done

Veykril commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: