Ignore:
Timestamp:
Oct 20, 2010, 11:02:10 AM (14 years ago)
Author:
george
Message:
  • Fixed: Better error message cursor position focusing.
  • Modified: All source code is tokenized to token list at once.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/UCompiler.pas

    r71 r72  
    6565    Parser.FileName := ModuleName;
    6666    Parser.SourceCodeText := Source;
    67     Parser.Init;
     67    Parser.Process;
    6868    //ShowMessage(IntToHex(Integer(Addr(Parser.OnGetSource)), 8));
    6969    NewModule := Parser.ParseModule(ProgramCode);
Note: See TracChangeset for help on using the changeset viewer.