pydongery / blog

MIT License
0 stars 1 forks source link

repr - static reflection #11

Open Tsche opened 3 weeks ago

Tsche commented 3 weeks ago

A blog post needs to be written about the numerous tricks used in the repr project. It has some notable differences to other static reflection libraries such as boost::pfr. The technique used to correctly count c-array members of aggregate types must be explained.

Tsche commented 3 weeks ago

Not sure whether to finish type name cleanup (C++ lexing + minimal parsing in constant evaluated context) before writing a post about this library. This alone may be complex enough for a separate post.