mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
internal: Add SyntaxFactory
to ease generating nodes with syntax mappings
This commit is contained in:
parent
af9a658864
commit
05b48e4005
5 changed files with 186 additions and 101 deletions
|
@ -8,6 +8,7 @@ pub mod make;
|
|||
mod node_ext;
|
||||
mod operators;
|
||||
pub mod prec;
|
||||
pub mod syntax_factory;
|
||||
mod token_ext;
|
||||
mod traits;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue