Create declare mod

This commit is contained in:
Shunsuke Shibayama 2022-12-14 17:47:40 +09:00
parent a805b1ed72
commit f3a7d26e71
5 changed files with 349 additions and 301 deletions

View file

@ -9,6 +9,7 @@ mod compile;
pub use compile::*;
mod codegen;
pub mod context;
pub mod declare;
pub mod desugar_hir;
pub mod effectcheck;
pub mod error;