| 1001 |
Missing string start token " or '. |
| 1002 |
Matching closing token %c not found. |
| 1003 |
Empty string not allowed in Function header. |
| 1004 |
Empty string not allowed for property '%s'. |
| 1005 |
Unsupported node type in '%s'. (Node: '%s', Type: '%s') |
| 1006 |
Nothing defined to be built. |
| 1007 |
Expected a variable at this location. |
| 1008 |
Expected a variable of type '%s', but got '%s'. |
| 1009 |
Unknown variable '%s'. |
| 1010 |
Unknown construct. |
| 1011 |
Unnamed modification must follow a variable assignment in the same scope. |
| 1012 |
Unexpected end of file. |
| 1013 |
Unexpected character '%c' in variable name. |
| 1014 |
Variable name is too long. (Length: %u, MaxLength: %u) |
| 1015 |
Unknown Function. |
| 1016 |
Unexpected character '%c' following variable name. |
| 1017 |
Unexpected character '%c' in variable value. |
| 1018 |
Integer value could not be parsed. |
| 1020 |
Function can only be invoked once. |
| 1021 |
Unexpected Function header. |
| 1022 |
Missing Function header close token '%c'. |
| 1023 |
Function requires a header. |
| 1024 |
Function requires a body. |
| 1025 |
Missing scope close token '}'. |
| 1026 |
Variable '%s' not found for modification. |
| 1027 |
Cannot use <%s> to modify <%s> for Variable '%s'. |
| 1028 |
Cannot find '$' to end variable substitution |
| 1029 |
Variable for substitution '%s' is not a string (Type: <%s>). |
| 1030 |
Unknown directive '%s'. |
| 1031 |
Unknown char '%c' following '%s' directive. (Expected '%c'). |
| 1032 |
Unable to open include '%s'. |
| 1033 |
Error reading include. Error: %u (0x%x) File: '%s'". |
| 1034 |
Operation not supported: '%s' %s '%s'. |
| 1035 |
Excessive depth complexity when parsing BFFs. |
| 1037 |
#endif without matching #if. |
| 1038 |
Overwriting already defined token in #define directive. |
| 1039 |
Unknown token in #undef directive. |
| 1040 |
#undef of built-in token not allowed. |
| 1041 |
#else without matching #if. |
| 1042 |
Unknown operator '%s'. |
| 1043 |
Cyclic dependency detected for node '%s'. |
| 1044 |
Operator expected. |
| 1045 |
Extraneous token(s) following '%s' directive. |
| 1046 |
#if expression cannot start with boolean operator. |
| 1047 |
If expression too complex. Up to %u boolean operators supported. |
| 1050 |
Property '%s' must be of type <%s> (found <%s>). |
| 1054 |
Integer '%s' must be in range %u to %u. |
| 1060 |
Can't modify frozen variable '%s'. |
| 1070 |
Unexpected operator '%s'. |
| 1071 |
Unexpected token '%s'. |