TEST_Parse_const_Paragraph.txt
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
源码类别:

Email服务器

开发平台:

Delphi

  1. const
  2.   errorColor = clRed;
  3.   
  4.   token_map : array[token_enum] of string =
  5.     (':','^','=','(', ')', '[', ']',
  6.     ';', '.', 'type', 'and', 'array',
  7.     'as', 'asm', 'begin', 'case', 'class',
  8.     'const', 'constructor', 'destructor', 'dispinterface', 'div',
  9.     'do', 'downto', 'else', 'end', 'except', 'exports',
  10.     'file', 'finalization', 'finally', 'for', 'function', 'goto',
  11.     'if', 'implementation', 'in', 'inherited', 'initialization', 'inline',
  12.     'interface', 'is', 'label', 'library', 'mod', 'nil',
  13.     'not', 'object', 'of', 'or', 'out', 'packed',
  14.     'procedure', 'program', 'property', 'raise', 'record', 'repeat',
  15.     'resourcestring', 'set', 'shl', 'shr', 'string', 'then',
  16.     'threadvar', 'to', 'try', 'unit', 'until',
  17.     'uses', 'var', 'while', 'with', 'xor', 'private',
  18.     'protected', 'public', 'published', 'automated', ''
  19.     );
  20. type