JensAyton / JATemplate

String formatting that’s convenient and less evil than printf-style formatting.
30 stars 1 forks source link

More preprocessor hackery? #4

Closed JensAyton closed 11 years ago

JensAyton commented 11 years ago

To consider: use rx_fold or equivalent to get the preprocessor to tokenize name strings for us. Pro: less work at runtime, correct tokenization. Con: more scary macro stuff.

JensAyton commented 11 years ago

This is now implemented in the hairy branch.