Implements variable usage, tweaks and fixes for variable assignment
This commit is contained in:
@@ -14,6 +14,7 @@ enum class DiagnosticCode{
|
||||
NoBinaryOperationFound,
|
||||
NoUnaryOperationFound,
|
||||
CantAssignVariable,
|
||||
VariableNotFound,
|
||||
};
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP
|
||||
|
||||
Reference in New Issue
Block a user