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 
:)