Ignore:
Timestamp:
Jun 16, 2023, 12:20:51 AM (17 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/interpreter.lpr

    r221 r224  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, SysUtils, // this includes the LCL widgetset
    10   Forms, UParser, UTokenizer, USource, UExecutor, UInterpreter,
    11   UGenerator, UFormMessages,
    12   UFormSource, UOptimizer, UFormOutput, UFormMain, UParserPascal
     10  Forms, Parser, Tokenizer, Source, Executor, UInterpreter,
     11  Generator, FormMessages,
     12  FormSource, Optimizer, FormOutput, FormMain, ParserPascal
    1313  { you can add units after this };
    1414
     
    2828  Application.Scaled:=True;
    2929  Application.Initialize;
    30   Application.CreateForm(TFormMain, FormMain);
    31   Application.CreateForm(TFormMessages, FormMessages);
    32   Application.CreateForm(TFormSource, FormSource);
    33   Application.CreateForm(TFormOutput, FormOutput);
     30  Application.CreateForm(TFormMain, FormMain.FormMain);
    3431  Application.Run;
    3532end.
Note: See TracChangeset for help on using the changeset viewer.