hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
diagnostic.h File Reference
#include <cstdint>
#include <string>
#include <share/def.hpp>
Include dependency graph for diagnostic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Diagnostic
 

Namespaces

namespace  yoi
 

Enumerations

enum class  DiagnosticSeverity { Error , Warning , Note , Hint }
 
enum class  DiagnosticCategory {
  Generic , Syntax , Semantic , Internal ,
  UCRTNotFound , ElysiaRuntimeNotFound , ModuleNotModified , NullableValue
}