Last - but not least! - two DConf talks

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Jul 17 11:57:51 PDT 2015


On 2015-07-17 15:00, "Marc =?UTF-8?B?U2Now7x0eiI=?= <schuetzm at gmx.net>" 
wrote:

> That could only happen after semantic analysis, but the ambiguity needs
> to be resolved during parsing.

Aren't there other things in D that already have this problem:

auto a = foo;

Is "foo" a variable or a method?

> That could work. But it would require an ugly `.each(; element)` if
> `each` should be called without arguments...

That would not be required with the suggestion above. But that might not 
be feasible.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list