Hello Björn, BLS wrote: > Do you see a chance to describe D grammar as LL(1) grammar.. Unfortunately not :/. Take this case for example: auto dg = (int a){ return 0; }; You would have to peek behind the closing parenthesis for an opening curly bracket to know if you have to parse this as a delegate. Regards, Aziz