From 0afae1c6e500968613a1c42967ac1ce2e99f32ce Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 24 May 2022 14:37:09 +0600 Subject: [PATCH] Link 'Pretty-Printable Enumerations in Pure C' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c4641c..31b3fc4 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ Thanks to Rust and ML for their implementations of sum types. ## Publications + - [_Pretty-Printable Enumerations in Pure C_](https://hirrolot.github.io/posts/pretty-printable-enumerations-in-pure-c.html) by Hirrolot. - [_What’s the Point of the C Preprocessor, Actually?_](https://hirrolot.github.io/posts/whats-the-point-of-the-c-preprocessor-actually.html) by Hirrolot. - [_Macros on Steroids, Or: How Can Pure C Benefit From Metaprogramming_](https://hirrolot.github.io/posts/macros-on-steroids-or-how-can-pure-c-benefit-from-metaprogramming.html) by Hirrolot. - [_Extend Your Language, Don’t Alter It_](https://hirrolot.github.io/posts/extend-your-language-dont-alter-it.html) by Hirrolot.