aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/spec/references.bib
diff options
context:
space:
mode:
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",
+}