mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Create declare
mod
This commit is contained in:
parent
a805b1ed72
commit
f3a7d26e71
5 changed files with 349 additions and 301 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue