internal: Add SyntaxFactory to ease generating nodes with syntax mappings

This commit is contained in:
DropDemBits 2024-09-26 16:22:32 -04:00
parent af9a658864
commit 05b48e4005
No known key found for this signature in database
GPG key ID: 7FE02A6C1EDFA075
5 changed files with 186 additions and 101 deletions

View file

@ -8,6 +8,7 @@ pub mod make;
mod node_ext;
mod operators;
pub mod prec;
pub mod syntax_factory;
mod token_ext;
mod traits;