rust-analyzer / rowan

Apache License 2.0
704 stars 58 forks source link

Update s_expressions example to use rowan::ast #130

Open TedDriggs opened 2 years ago

TedDriggs commented 2 years ago

The s_expressions example has an ast_node macro that wraps SyntaxNodes, but reading the docs for rowan::ast it sounds like this might no longer the way to go? Having an updated example would be really helpful.