Initial work on implicit casting when calling a function
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:
@@ -11,7 +11,7 @@ namespace Porygon::Diagnostics {
|
||||
// Parse diagnostics
|
||||
UnexpectedToken,
|
||||
|
||||
// Bind diagnostics
|
||||
// Bind errors
|
||||
NoBinaryOperationFound,
|
||||
NoUnaryOperationFound,
|
||||
CantAssignVariable,
|
||||
@@ -27,7 +27,10 @@ namespace Porygon::Diagnostics {
|
||||
NumericalForArgumentNotANumber,
|
||||
CantIterateExpression,
|
||||
InvalidFunctionParameters,
|
||||
ModuleDoesntExist
|
||||
ModuleDoesntExist,
|
||||
|
||||
// Bind warnings
|
||||
DataLossOnImplicitCast,
|
||||
};
|
||||
}
|
||||
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP
|
||||
|
||||
Reference in New Issue
Block a user