Rename crates

common -> erg_common
compiler -> erg_compiler
parser -> erg_parser
This commit is contained in:
Shunsuke Shibayama 2022-08-10 23:52:42 +09:00
parent e6008e187b
commit 2a79d79a1c
73 changed files with 210 additions and 210 deletions

View file

@ -1,3 +1,3 @@
extern crate common;
extern crate compiler;
extern crate erg_common;
extern crate erg_compiler;
pub mod dummy;