Changeset 224 for branches/interpreter2/Generators
- Timestamp:
- Jun 16, 2023, 12:20:51 AM (17 months ago)
- Location:
- branches/interpreter2/Generators
- Files:
-
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Generators/GeneratorCSharp.pas
r223 r224 1 unit UGeneratorCSharp; 2 3 {$mode delphi} 1 unit GeneratorCSharp; 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 -
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 -
branches/interpreter2/Generators/GeneratorPhp.pas
r223 r224 1 unit UGeneratorPhp; 2 3 {$mode delphi} 1 unit GeneratorPhp; 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 -
branches/interpreter2/Generators/GeneratorXml.pas
r223 r224 1 unit UGeneratorXml; 2 3 {$mode delphi} 1 unit GeneratorXml; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, USource, UGenerator;6 Classes, SysUtils, Source, Generator; 9 7 10 8 type
Note:
See TracChangeset
for help on using the changeset viewer.