Writing a (dis-)assembler for 8-bit code in D - blog posts
Brian
bcallah at openbsd.org
Tue Apr 20 15:37:25 UTC 2021
On Tuesday, 20 April 2021 at 15:26:28 UTC, Petar Kirov
[ZombineDev] wrote:
> Not sure if that's quite what you want, but you can use
> [`pragma(msg, typeOrValueKnownAtCompileTime)`][1] [²][2] to
> print stuff at CT.
I suppose what I want to do is traverse the compiler's
transformation of the mixin. The mixin page suggests it performs
that work at semantic evaluation time.
~Brian
More information about the Digitalmars-d
mailing list