Which patches/mods exists for current versions of the DMD parser?
AsmMan via Digitalmars-d
digitalmars-d at puremagic.com
Tue Sep 9 08:07:18 PDT 2014
On Tuesday, 9 September 2014 at 14:50:37 UTC, Andre Kostur wrote:
> On 2014-09-09, 6:55 AM, ketmar via Digitalmars-d wrote:
>> On Tue, 09 Sep 2014 13:15:55 +0000
>> AsmMan via Digitalmars-d <digitalmars-d at puremagic.com> wrote:
>>
>>>> in : templatename‹params›
>>>> out: templatename!(params)
>>> Why dou want to turn it into C++'s style?
>> look carefully: it's not "<", it's completely different
>> unicode char.
>
> Isn't that kind of a problem that you had to point that out?
> If the code isn't readable, I'd count that as a con. And as
> someone else mentioned elsewhere.. how would you type that? As
> I recall, Ada had a special keyboard... are you suggesting that
> we (programmers) go down that path again?
IIRC, Ada operators are plain US-ASCII. The programming language
(which I was trying to call name in above post) and you're
probably talking about is APL:
http://en.wikipedia.org/wiki/APL_%28programming_language%29
More information about the Digitalmars-d
mailing list