only-diagnostic 0.0.5

Shared diagnostic types for the only task language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod code;
mod diagnostic;
mod label;
mod phase;
mod severity;

pub use code::DiagnosticCode;
pub use diagnostic::Diagnostic;
pub use label::DiagnosticLabel;
pub use phase::DiagnosticPhase;
pub use severity::DiagnosticSeverity;