libjuno 0.1.10

Library for JunoLang
Documentation
// Hexadecimal based code!

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum DiagnosticCode {
    JN0000, // NO ERROR
    // Syntax

    JN0001, 

    JN0002,

    JN0003,

    // AST

    JN0101,

    // Type

    JN2001,

}