Changeset 81 for branches/Transpascal/Compiler
- Timestamp:
- Oct 22, 2010, 4:16:35 PM (15 years ago)
- Location:
- branches/Transpascal/Compiler
- Files:
-
- 2 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 -
branches/Transpascal/Compiler/USourceCode.pas
r80 r81 153 153 154 154 TType = class 155 ForwardDeclared: Boolean; 155 156 Internal: Boolean; 156 157 Parent: TTypeList;
Note:
See TracChangeset
for help on using the changeset viewer.