chore: add erg_common::io module

This commit is contained in:
Shunsuke Shibayama 2023-06-09 12:11:13 +09:00
parent 324618dbdc
commit d75ac0c17b
20 changed files with 787 additions and 749 deletions

View file

@ -1,5 +1,5 @@
use erg_common::config::Input;
use erg_common::error::{ErrorCore, ErrorKind::*, Location, SubMessage};
use erg_common::io::Input;
use erg_common::switch_lang;
use crate::error::*;