Add artifact.rs

This commit is contained in:
Shunsuke Shibayama 2022-10-29 17:27:21 +09:00
parent 7f674da751
commit 8ca4b7bd6e
6 changed files with 99 additions and 45 deletions

View file

@ -3,6 +3,7 @@
extern crate erg_common;
pub extern crate erg_parser;
pub mod artifact;
pub mod build_hir;
mod compile;
pub use compile::*;