libpredict_integration: init

This commit is contained in:
2025-10-05 17:28:15 +03:00
parent 47e2b961e2
commit d1a9113072
12 changed files with 467 additions and 105 deletions

View File

@@ -78,6 +78,10 @@ enum typeMessage { WARR, ERROR, NOTE };
// 60 "Format misplaced"
// 61 "Array has declaration area conflict"
// 62 "need to move common declaration to main for DECLATE"
// 63 "Failed to initialize libpredict library"
// 64 "Failed to distribute array with libpredict"
// 65 "Failed to align array with libpredict"
// 66 "Failed to process shadow_renew with libpredict"
//
// 20xx TRANSFORM GROUP
// 01 "can not convert array assign to loop"
@@ -305,7 +309,7 @@ static void printStackTrace() { };
} \
} while (0)
// Свободный - R206
// Свободный - R209
// Гайд по русификации сообщений: При добавлении нового сообщения, меняется последний сводобный идентификатор.
// В этом файле остаются только спецификаторы, для которых будет заполнен текст. Полный текст пишется в файле
// russian_errors_text.txt. Спецификаторы там тоже сохраняются, по ним в визуализаторе будет восстановлен
@@ -504,6 +508,14 @@ static const wchar_t *R183 = L"R183:";
static const wchar_t *R184 = L"R184:%s";
//1062
static const wchar_t* R205 = L"R205:%s#%s";
//1063
static const wchar_t* R206 = L"R206:";
//1064
static const wchar_t* R207 = L"R207:";
//1065
static const wchar_t* R208 = L"R208:";
//1066
static const wchar_t* R209 = L"R209:";
//2001
static const wchar_t *R94 = L"R94:";