|
Revision 204, 37 bytes
(checked in by Don Clugston, 6 years ago)
|
New compile-time name demangler. Unlike the previous one, this one is far more comprehensive (eg, it is more complete than std.demangle). It also gives sensible error messages where possible.
Issues:
- it does not yet support symbolnameof()
- floating point template literals aren't displayed sensibly.
|
| Line | |
|---|
| 1 |
@dmd -c -o- -I.. -version=testmeta %1 |
|---|