Ignore:
Timestamp:
Aug 5, 2010, 11:32:36 AM (14 years ago)
Author:
george
Message:

Parser classes inheriting pascal source tree classes rewrited using class methods and source tree as parametr. This solve problem "class x not related to y.".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Produce/UAssemblerSource.pas

    r36 r40  
    66
    77uses
    8   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    9   Dialogs, StdCtrls, UPascalSource, UCodeProducer;
     8  SysUtils, Variants, Classes, Graphics, Controls, Forms,
     9  Dialogs, UPascalSource, UCodeProducer;
    1010
    1111type
     
    191191procedure TAssemblerProducer.Produce;
    192192begin
    193   inherited;
    194193  GenerateProgram(ProgramCode);
    195194end;
Note: See TracChangeset for help on using the changeset viewer.