16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
%PREFIX%=SEMANTICERROR_
|
|
CAN_NOT_READ=Can not read data of this type
|
|
TUPLE_EXPECTED=Tuple expected
|
|
TOO_MANY_ELEMENTS_ON_LEFT_SIDE_OF_TUPLE_ASSIGNMRNT=Too many elements on the left side of tuple assignment
|
|
ONLY_BASE_ASSIGNMENT_FOR_TUPLE=Tuple allows only base assignment :=
|
|
TUPLE_TYPE_ERROR=Bad element in Tuple type
|
|
INTEGER_VALUE_EXPECTED=Integer value expected
|
|
BAD_SLICE_OBJECT=Slices are allowed for strings, dynamic arrays and lists only
|
|
ONLY_IN_SHORT_FUNC_DEFS_RETURN_TYPE_CANBE_OMITTED=Only in short function definitions you can omit the return type
|
|
ONE_TKIDENTIFIER=Type here must be identifier
|
|
SUGARED_NODE_{0}_IN_SYNTAX_TREE_VISITOR=Sugared node {0} must not be visited in syntax_tree_visitor
|
|
MISSED_SEMANTIC_CHECK_FOR_SUGARED_NODE_{0}=Missed semantic check for sugared node {0}
|
|
OPERATOR_DQ_MUST_BE_USED_WITH_A_REFERENCE_TYPE_VALUETYPE=Left operand of ?. operation must have reference type
|
|
NAME_IN_PROPERTY_READ_SECTION_MUST_BE_FIELD_OR_METHOD_NAME=Name in property read section must be field name or method name of this class
|
|
NAME_IN_PROPERTY_WRITE_SECTION_MUST_BE_FIELD_OR_METHOD_NAME=Name in property write section must be field name or method name of this class
|
|
STATIC_PROPERTY_MUST_HAVE_STATIC_ACCESSOR=Static property accessor must be static |