Ignore:
Timestamp:
Apr 20, 2020, 10:23:44 AM (4 years ago)
Author:
chronos
Message:
  • Added: C# code generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/interpreter.lpr

    r205 r206  
    99  Interfaces, SysUtils, // this includes the LCL widgetset
    1010  Forms, UFormMain, UParser, UTokenizer, USource, UExecutor, UInterpreter,
    11   UGeneratorPascal, UGeneratorPhp, UGenerator
     11  UGeneratorPascal, UGeneratorPhp, UGenerator, UGeneratorCSharp, UFormMessages,
     12  UFormSource
    1213  { you can add units after this };
    1314
     
    2829  Application.Initialize;
    2930  Application.CreateForm(TFormMain, FormMain);
     31  Application.CreateForm(TFormMessages, FormMessages);
     32  Application.CreateForm(TFormSource, FormSource);
    3033  Application.Run;
    3134end.
Note: See TracChangeset for help on using the changeset viewer.