It is interesting to me, are there any crates which can parse custom grammar into a rust grammar to be compiled after? For example, I want to create another language ontop of rust, so I need to create a translator which translates my new language into rust or directly into rust’s ast suitable for rustc compiler.
I am not sure, but I think I saw such crate half year ago somewhere in github, but I can’t find it now.