Integrate CompileError to compiler-core::BaseError

This commit is contained in:
Jeong YunWon 2022-08-22 20:21:40 +09:00
parent 1192a11d39
commit 5b50c547d6
5 changed files with 47 additions and 24 deletions

View file

@ -7,6 +7,6 @@ mod location;
mod mode;
pub use bytecode::*;
pub use error::Error;
pub use error::BaseError;
pub use location::Location;
pub use mode::Mode;