Add support for diagnostics
This commit is contained in:
11
src/Diagnostics/DiagnosticSeverity.hpp
Normal file
11
src/Diagnostics/DiagnosticSeverity.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
#define PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
|
||||
enum class DiagnosticSeverity{
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
};
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
Reference in New Issue
Block a user