You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that my language-util crates are not on crates.io at this time. I don't really want to go to the effort of publishing them, and they may have breaking changes or disappear without notice at any time. So if really want to use them, probably pin to a specific git commit or fork them to yourself.
Currently we provides traits and auxiliary functions in
rowan::ast
, but it's still difficult to use.rowan/examples/s_expressions.rs
Lines 268 to 270 in 6a94212
crates/syntax/src/ast/generated/nodes.rs
.Could we make it easier to define ASTs and child extractors?
Maybe using some DSL with proc-macros or
build.rs
for generation?The text was updated successfully, but these errors were encountered: