Ключевые слова С-подобных языков (110)
C++(15)
delete, friend, inline, mutable, template, export,
typeid, typename,
and, and_eq, const_cast, dynamic_cast, reinterpet_cast, static_cast, wchar_t | ||
C C++ (7)
signed, unsigned, union,
asm, auto, register, typedef
| ||
C C++ C# (4)
enum, struct, goto, extern
| C C++ Java C# (18)
double, flaot, int, long, short,
char, void, if, else, switch, case, default, for, while, do, break, continue, return | C C++ Java (1)
volatile
|
C++ C# (10)
const, false, true, bool,
virtual, operator, explicit, sizeof, namespace, using | C++ Java C# (10)
try, catch, throw,
this, new, static, class, private, protected, public | C++ Java
|
C# (27)
sbyte, ushort, uint, ulong, decimal,
null, string, delegate, object, foreach, in, checked, unchecked, as, override, readonly, internal, implicit, event, out, ref, params, lock, stackalloc, unsafe, fixed, typeof | Java C# (7)
byte, finally,
abstract, interface, instanceof = is final = sealed, super = base | Java (8)
boolean = bool,
import = using extends, implements, package, throws, synchronized, native (true, false, null - литералы) |
Операции (3): | and, not, or |
Управление (14): |
assert, break, continue, elif, else, for, if, in, pass, while,
try, except, finally, raise |
Функции+Модули (5): | def, lambda, return, from, import |
Классы (1): | class |
Литералы(3): | False, True, None |
Другие(7): | del, is, as, with, nonlocal, yield, global |
Модули (5): | MODULE, BEGIN, END, CLOSE, IMPORT
Описания (3): | CONST, TYPE, VAR
| Процедуры (6): | PROCEDURE, IN, OUT, NEW, ABSTRACT, EMPTY
| Типы (6): | ARRAY, OF, EXTENSIBLE, LIMITED, RECORD, POINTER TO
| Управление (16): | IF, THEN, ELSEIF, ELSE, CASE, WHILE, DO, REPEAT,
| UNTIL, FOR, TO, BY, LOOP, WITH, EXIT, RETURN Операции (6): | NIL, OR, IN, IS, DIV, MOD
| |
Функции (14): | case, default, do, else, if, then, in, infix, infixl, infixr, let, of, _, where (К,М,Э) |
Модули (4): | as, import , module, qualified |
Типы (4): | data, deriving, newtype, type |
Классы типов (1): | class |
Экземпляры (1): | instance |
Управление (17): | assert, begin, do, done, downto, elif, else, end, finally, for, if, in, then, to, try, while, with |
Типы (8): | downcast, exception, struct, type, upcast, void, delegate, of |
Функции+Модули (11): | fun, function, global, let, let!, module, namespace, open, rec, return, return! |
Классы (16): | abstract, and, as, base, class, default, inherit, interface, internal,member, new, null, override, private, public, static |
Литералы(2): | false, true |
Другие(14): | extern, inline, lazy, match, mutable, not, or, select, use, use!, val, when, yield, yield!, |