We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we provides traits and auxiliary functions in rowan::ast, but it's still difficult to use.
rowan::ast
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?
build.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: