On Friday, 15 January 2016 at 23:58:32 UTC, Jack Stouffer wrote:
On Friday, 15 January 2016 at 04:53:16 UTC, Andrei Alexandrescu
wrote:
https://github.com/D-Programming-Language/dlang.org/pull/1196
https://github.com/D-Programming-Language/dmd/pull/5352
Destroy!!
Andrei
Since dmd is now in D, is there any reason to not allow people
to import from it while using dmd? Wouldn't it make anyone's
life who wanted to parse D code easier by just doing
import ddmd.parser; (or what ever it is)
and use the actual parser?
The ddmd lexer is already on dub, just have to add the parser
next:
http://code.dlang.org/packages/ddmd