tattle 0.2.0

Error reporting for compilers
Documentation
1
2
3
4
5
6
7
8
pub mod codes;
pub mod loc;
pub mod reporter;

pub use codes::ErrorCode;
pub use lazy_static;
pub use loc::Loc;
pub use reporter::{Reporter, ReporterOutput};