[examples] start type metadata commentary

This commit is contained in:
Allen Webster
2021-10-08 21:01:04 -07:00
parent fb53369f30
commit 367b527229
5 changed files with 46 additions and 6 deletions
+2
View File
@@ -34,6 +34,8 @@ EXAMPLES:
6. "type metadata" type_metadata/*
(Start exploring this example at type_metadata/type_metadata.c)
A common use case for a metaprogramming system in C is to mark up type
information with metadata. This example shows the "Metadesk way" of
implementing that use case. This is the biggest example included and closely