aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/spec/references.bib
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-23 20:36:05 +0100
committerlemon <lsof@mailbox.org>2026-02-23 20:36:05 +0100
commit052144cabb126efe925a96f8a0597a0f2005d206 (patch)
tree4fd87244b9eef018b30e90fdff24c5b1a145a85e /test/external/metalang99/spec/references.bib
parent4e9020dfb847d80475415f9f5914efaa50238767 (diff)
add metalang99 testsuite (preprocessor stress testing)
Diffstat (limited to 'test/external/metalang99/spec/references.bib')
-rw-r--r--test/external/metalang99/spec/references.bib17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/external/metalang99/spec/references.bib b/test/external/metalang99/spec/references.bib
new file mode 100644
index 0000000..adcb68a
--- /dev/null
+++ b/test/external/metalang99/spec/references.bib
@@ -0,0 +1,17 @@
+@online{Metalang99,
+ author = "hirrolot",
+ title = "Full-blown preprocessor metaprogramming",
+ url = "https://github.com/hirrolot/metalang99",
+}
+
+@online{ApplicativeEvaluationStrategy,
+ author = "Wikipedia",
+ title = "Applicative order",
+ url = "https://en.wikipedia.org/wiki/Evaluation_strategy#Applicative_order",
+}
+
+@online{Bluepainting,
+ author = "",
+ title = "C99 draft, section 6.10.3.4, paragraph 2 -- Rescanning and further replacement",
+ url = "http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf",
+}