Re: [MSEide-MSEgui-talk] fpcflop benchmark

2017-06-26 Thread Fred van Stappen
>> - Would it be possible to compile fpc-code with mselang (would be the >> fpc-syntax compatible) ? >Yes, as long you use the subset used in MSEide+MSEgui, especially no macros and no generics. Perfect. >> - Do you have plan to make work some (needed) features that do not work >> with fpc ?

Re: [MSEide-MSEgui-talk] fpcflop benchmark

2017-06-26 Thread Martin Schreiber
> Personally, I do not like ^, @ and friends. > > See that topic: > http://forum.lazarus.freepascal.org/index.php/topic,18928.msg107215.html > For me reference and dereference operations are operations like addition and substraction. For me " dest:= s1 + s1 - delta + p1^.a.b + p2^.r^; " is