TEST_Parse_const_Paragraph.txt
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
源码类别:
Email服务器
开发平台:
Delphi
- const
- errorColor = clRed;
- token_map : array[token_enum] of string =
- (':','^','=','(', ')', '[', ']',
- ';', '.', 'type', 'and', 'array',
- 'as', 'asm', 'begin', 'case', 'class',
- 'const', 'constructor', 'destructor', 'dispinterface', 'div',
- 'do', 'downto', 'else', 'end', 'except', 'exports',
- 'file', 'finalization', 'finally', 'for', 'function', 'goto',
- 'if', 'implementation', 'in', 'inherited', 'initialization', 'inline',
- 'interface', 'is', 'label', 'library', 'mod', 'nil',
- 'not', 'object', 'of', 'or', 'out', 'packed',
- 'procedure', 'program', 'property', 'raise', 'record', 'repeat',
- 'resourcestring', 'set', 'shl', 'shr', 'string', 'then',
- 'threadvar', 'to', 'try', 'unit', 'until',
- 'uses', 'var', 'while', 'with', 'xor', 'private',
- 'protected', 'public', 'published', 'automated', ''
- );
- type