Add NameInfo::defined_block_id

This commit is contained in:
Shunsuke Shibayama 2022-12-27 15:58:40 +09:00
parent 2590cd6ab4
commit 4c99de6125
11 changed files with 684 additions and 244 deletions

View file

@ -1,6 +1,6 @@
mod convert;
mod gen_decl;
mod error;
mod gen_decl;
pub use convert::*;
pub use gen_decl::*;