Ignore:
Timestamp:
Dec 27, 2017, 6:05:11 PM (7 years ago)
Author:
chronos
Message:
  • Added: Lookup tables can be defined and their usage set from grammer rules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/generator.lpr

    r130 r137  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder,
    11   UFormRules
     11  UFormRules, UFormLookupTables, UFormLookupTable
    1212  { you can add units after this };
    1313
     
    3232  Application.CreateForm(TFormMain, FormMain);
    3333  Application.CreateForm(TFormRules, FormRules);
     34  Application.CreateForm(TFormLookupTable, FormLookupTable);
    3435  Application.Run;
    3536end.
Note: See TracChangeset for help on using the changeset viewer.