Open TedDriggs opened 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.
s_expressions
ast_node
SyntaxNode
rowan::ast
The
s_expressions
example has anast_node
macro that wrapsSyntaxNode
s, but reading the docs forrowan::ast
it sounds like this might no longer the way to go? Having an updated example would be really helpful.