nielsAD / lape

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

preprocessor expressions #193

Closed ollydev closed 9 months ago

ollydev commented 9 months ago

Fancy things like this work. {$if (sizeof(int32)=4) and (High(UInt32)=$FFFFFFFF)} See Parser_Expr.lap for more examples