Ignore:
Timestamp:
Oct 22, 2010, 4:16:35 PM (14 years ago)
Author:
george
Message:
  • Added: Partial support for multiple analyzers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/UCompiler.pas

    r77 r81  
    1313type
    1414  TProducerType = (ptGCCC, ptDynamicC, ptPascal, ptAssembler, ptXML);
     15  TAnalyzerType = (ptCustomPascal, ptDelphi);
    1516
    1617  TErrorMessage = class
     
    6061  ProducerTypeName: array[TProducerType] of string = (
    6162    'GCC C', 'Rabbit Dynamic C', 'Generic Pascal', 'Assembler', 'XML');
    62 
     63  AnalyzerTypeName: array[TAnalyzerType] of string = (
     64    'Custom pascal', 'Delphi');
    6365
    6466implementation
Note: See TracChangeset for help on using the changeset viewer.