Implements indexing, currently can only be used with strings
This commit is contained in:
@@ -18,6 +18,7 @@ enum class DiagnosticCode{
|
||||
ExpressionIsNotAFunction,
|
||||
ParameterCountMismatch,
|
||||
ParameterTypeMismatch,
|
||||
CantIndex,
|
||||
};
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP
|
||||
|
||||
Reference in New Issue
Block a user