Which patches/mods exists for current versions of the DMD parser?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 8 02:38:36 PDT 2014


On Mon, 08 Sep 2014 08:51:09 +0000
via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> What are you working on and what patches do you have?
lexer:
* stop validating UTF-8 in comments
* native-encoded strings (n"...")

parser:
* foreach (auto n; ...)
* foreach (auto; ...)
* foreach (; ...)
* lambdas: (auto, auto) => ...
* @pure, @nothrow
* safe, trusted (w/o '@')
* "kill-the-commas"
* "kill-c-arrays"
* @virtual (yes, i remember the discussion, but i NEED a way to revert
  "final:"!) semiworking
* @nonstatic (for the same reason as @virtual) semiworking
* planing: @gc and @throw (for the same reason again)
* ...and maybe generic [@]!... (!final, !static, @!nogc and so on)

now i'm trying to dive into semantic parts of the compiler to increase
area of wreckage.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140908/5e1144b8/attachment.sig>


More information about the Digitalmars-d mailing list