Changeset 68 for trunk/Compiler/UAnalyzer.pas
- Timestamp:
- Jul 30, 2012, 3:52:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/UAnalyzer.pas
r65 r68 77 77 procedure Process; 78 78 procedure Log(Text: string); 79 function ParseModule(ProgramCode: TProgram): T Module; virtual; abstract;79 function ParseModule(ProgramCode: TProgram): TSourceModule; virtual; abstract; 80 80 property FileName: string read FFileName write FFileName; 81 81 property OnGetSource: TGetSourceEvent read FOnGetSource
Note:
See TracChangeset
for help on using the changeset viewer.