accept @pure @nothrow @return attributes

via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 30 01:44:04 PST 2015


On Friday, 30 January 2015 at 09:27:09 UTC, Jacob Carlborg wrote:
> You need some kind of separation between the statements. In 
> Ruby a newline works as a statement separator.

I think Go actually injects ";" in the lexer on tokens that can 
end statements if the token is followed by newline. Sounds crazy, 
but it works for that grammar.



More information about the Digitalmars-d mailing list