Mono-D v0.4.6 - UDA parsing support

nazriel spam at dzfl.pl
Sun Jan 6 09:15:28 PST 2013


On Sunday, 6 January 2013 at 17:10:17 UTC, alex wrote:
> Just finished making the parser analyze UDA syntax flawlessly + 
> Slight profiling statistics display support (dmd exclusive, 
> unfortunately).
>
> Ah, before I forget it: No, the 'deprecated' attribute syntax à 
> la
> [...] void foo() {}
> is not supported, only
> @... void bar() {}
> :-)
>
> http://mono-d.alexanderbothe.com/?p=781
>
> https://github.com/aBothe/Mono-D
> https://github.com/aBothe/D_Parser

By depracated you mean new sytnax for adding messages to 
deprecate blocks introduced by yebblies?

deprecated("Don't use anymoar")
void func() {}?


More information about the Digitalmars-d-announce mailing list