Large overhaul of pointers to shared_ptrs, implemented function evaluation
This commit is contained in:
@@ -15,6 +15,9 @@ enum class DiagnosticCode{
|
||||
NoUnaryOperationFound,
|
||||
CantAssignVariable,
|
||||
VariableNotFound,
|
||||
ExpressionIsNotAFunction,
|
||||
ParameterCountMismatch,
|
||||
ParameterTypeMismatch,
|
||||
};
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP
|
||||
|
||||
Reference in New Issue
Block a user