Changeset 81 for branches/Transpascal/Compiler/UCompiler.pas
- Timestamp:
- Oct 22, 2010, 4:16:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/UCompiler.pas
r77 r81 13 13 type 14 14 TProducerType = (ptGCCC, ptDynamicC, ptPascal, ptAssembler, ptXML); 15 TAnalyzerType = (ptCustomPascal, ptDelphi); 15 16 16 17 TErrorMessage = class … … 60 61 ProducerTypeName: array[TProducerType] of string = ( 61 62 'GCC C', 'Rabbit Dynamic C', 'Generic Pascal', 'Assembler', 'XML'); 62 63 AnalyzerTypeName: array[TAnalyzerType] of string = ( 64 'Custom pascal', 'Delphi'); 63 65 64 66 implementation
Note:
See TracChangeset
for help on using the changeset viewer.