X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=notes;h=b09a685024b85d77f9e5078f6cad92b11bd73e63;hb=d4c8198d236035324c6ebf07deb79e73bb062af9;hp=8de8906f0b795a526b7ab8a77cc76eb1ed72f431;hpb=75d0fd92a5342358f37ed9369ccce9355273e51a;p=dsw-obn.git diff --git a/notes b/notes index 8de8906..b09a685 100644 --- a/notes +++ b/notes @@ -1,15 +1,26 @@ -- Не реализована свёртка констант +- JVM: Импортируемые модули не инициализируются +- Нет счёта строк / столбцов + - Сделать проверку повторов в CASE. - Сделать нормальную проверку наличия RETURN. - -- Нет функций ASH CAP CHR ENTIER LEN LONG ODD ORD SHORT -- Нет процедур DEC EXCL INC INCL -- Нет счёта строк / столбцов - Нет процедур привязанных к типм -- Нужно просмотреть Дубовые требования. - -- JVM: Импортируемые модули не инициализируются +- Нужно просмотреть Дубовые требования: + 2.3 Illegal Operations + 3. Type tests and type guards with NIL pointers. + 5. Accessing a set element outside the range 0 .. MAX (SET). + 6. Applying SHORT (...) to an argument with value not in the range of the result type. + 8. Overflows. + 2.4 WITH and guarded variables ??? + 2.5 String Comparison ? + 2.7 String and Character Compatibility + 3.5 Interfacing to External Libraries + 3.6 Underscores in Identifiers + 3.7 In-line Exponentiation + 5.13 Read only VAR Parameters + 1.2.5 Module Files + 1.2.6 Module Strings + 1.2.7 Module Math and MathL - Уточнить как должна работать проверка импорта на чтение. (8.1) - Примеры -5 DIV 3 и -5 MOD 3 работают не так как в (8.2.2)