Mono-D 0.3.7

alex info at alexanderbothe.com
Tue Apr 17 08:39:17 PDT 2012


On Tuesday, 17 April 2012 at 15:33:36 UTC, F i L wrote:
> Great!
>
>
>> - [Resolver] Built in new method to cache UFCS parameter 
>> results; Refactored   further internal parser wrappers
>
> What is this? Is it this:
>
>   void foo(int x) if (x > 5) { ... }
>
>   ...
>
>   3.foo(); // underlined as error?
>   6.foo(); // looks good
>
> ?? Or not something that cool? because that would be pretty 
> cool :)

Yepp definitely - but this requires a couple of lower-leveled 
features (primarily expression evaluation, declaration constraint 
checking and furthermore semantic highlighting) - these features 
will be implemented during GSoC ;)


More information about the Digitalmars-d-announce mailing list