Ignore:
Timestamp:
Nov 4, 2016, 9:26:56 PM (8 years ago)
Author:
chronos
Message:
  • Added: Source code class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dcomp/CmdLine/Compiler/UAnalyzer.pas

    r92 r94  
    55type
    66  TAnalyzer = class
     7    Name: string;
    78    procedure Analyze; virtual;
     9    constructor Create; virtual;
    810  end;
    911
     
    1719end;
    1820
     21constructor TAnalyzer.Create;
     22begin
     23
     24end;
     25
    1926end.
Note: See TracChangeset for help on using the changeset viewer.