Added support for full error messages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
namespace Porygon::Diagnostics {
|
||||
enum class DiagnosticCode {
|
||||
// Lex diagnostics
|
||||
UnexpectedCharacter,
|
||||
UnexpectedCharacter,
|
||||
InvalidStringControlCharacter,
|
||||
|
||||
// Parse diagnostics
|
||||
UnexpectedToken,
|
||||
UnexpectedToken,
|
||||
|
||||
// Bind diagnostics
|
||||
NoBinaryOperationFound,
|
||||
NoBinaryOperationFound,
|
||||
NoUnaryOperationFound,
|
||||
CantAssignVariable,
|
||||
VariableNotFound,
|
||||
|
||||
Reference in New Issue
Block a user