D port of dmd: Lexer, Parser, AND CodeGenerator fully operational

James Miller james at aatch.net
Thu Mar 8 01:35:57 PST 2012


On 8 March 2012 22:05, David Nadlinger <see at klickverbot.at> wrote:
> On Wednesday, 7 March 2012 at 20:02:57 UTC, Zach the Mystic wrote:
>>
>> https://github.com/zachthemystic/ddmd-clean/
>

I would like to see the parser output an AST for use in other
situations. It would be nice to have a tool that can analyse the AST
and do thing with it (like autocompletion). Clang has done some pretty
cool things in this respect, to the point that it can practically do
code completion itself.

--
James Miller


More information about the Digitalmars-d-announce mailing list