Compiler concept
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Tue Dec 13 04:46:53 PST 2016
On Tuesday, 13 December 2016 at 07:44:54 UTC, Jacob Carlborg
wrote:
> Doing something like AST macros (which this sounds like) is not
> _that_ difficult.
I was thinking doing it at run time... doing it at compile time
indeed isn't that bad (it still looks like the interpreter tree
at that point).
The hard part for dmd would be more in documenting a stable api
than the actual code part.
More information about the Digitalmars-d
mailing list