codecombat/cashew

Java language version

LeanderK opened this issue · 2 comments

what Java language version are you targeting?
Can you successfully parse lambdas and method references?
Thank you

Hello @LeanderK!

The target is the AP subset, it's now described here I'm not sure if they changed the subset from February but I don't think so, I checked quickly and it looks like the same 😄 !

So no lambdas…

Also as far as I remember there's an issue with private methods because JavaScript (ECMAScript 5 original target) used to handle privates in a very differently from how JAVA handles privates…

ok, thank you for your Help!