only-diagnostic 0.0.5

Shared diagnostic types for the only task language.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum DiagnosticPhase {
    Lex,
    Parse,
    Lower,
    Semantic,
    Engine,
    Host,
}