nielsAD / lape

Scripting engine with Pascal-like syntax for FPC and Delphi
112 stars 26 forks source link

Support hints (deprecated etc) on more than just methods #192

Closed ollydev closed 11 months ago

ollydev commented 11 months ago

Can now do directive hints on more than methods.

var foo: Int32 deprecated;
type
  TFoo = record
    a,b,c: Integer;
  end deprecated;

In addition lape's tester now picks up hints although {$HINTS ON} will need be toggled in the test.