Move code around in macro crate

This commit is contained in:
Lukas Kalbertodt
2022-10-17 11:55:29 +02:00
parent f0895a8b2f
commit 4c40a35959
5 changed files with 515 additions and 489 deletions

View File

@@ -3,6 +3,7 @@ use proc_macro::TokenStream as TokenStream1;
mod gen;
mod ir;
mod parse;
mod util;