Ignore:
Timestamp:
Oct 14, 2010, 8:41:34 AM (14 years ago)
Author:
george
Message:
  • Added: On parsing uses section load and parse unit files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/UCompiler.pas

    r58 r59  
    4949  Parser.SourceCodeText := Source;
    5050  Parser.Init;
    51   NewModule := Parser.ParseModule;
     51  NewModule := Parser.ParseModule(ProgramCode);
    5252  ProgramCode.Modules.Add(NewModule);
    5353  Producer.Produce(NewModule, ProducedCode);
Note: See TracChangeset for help on using the changeset viewer.