Changeset 224 for branches/interpreter2/Generators/GeneratorPascal.pas
- Timestamp:
- Jun 16, 2023, 12:20:51 AM (17 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Generators/GeneratorPascal.pas
r223 r224 1 unit UGeneratorPascal; 2 3 {$mode delphi} 1 unit GeneratorPascal; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, strutils, USource, UGenerator;6 Classes, SysUtils, strutils, Source, Generator; 9 7 10 8 type … … 40 38 end; 41 39 40 42 41 implementation 43 42
Note:
See TracChangeset
for help on using the changeset viewer.