From 2990352489faafd75147773896021d7c8ef9e637 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Sun, 13 Aug 2017 16:01:57 +0300 Subject: [PATCH] =?utf8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20TODO=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + notes | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1bf4fb9..467ee06 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ dump.txt *.class *.jad JTest.java +tmp diff --git a/notes b/notes index 45bb85f..03a10c9 100644 --- a/notes +++ b/notes @@ -1,12 +1,27 @@ +- JVM: Импортируемые модули не инициализируются +- Нет счёта строк / столбцов + - Сделать проверку повторов в CASE. - Сделать нормальную проверку наличия RETURN. - -- Нет счёта строк / столбцов - Нет процедур привязанных к типм -- Нужно просмотреть Дубовые требования. - -- 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.10 Monadic ‘-’: -5 MOD 3 is equivalent to -(5 MOD 3) + 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) -- 2.29.2