aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/spec/references.bib
blob: adcb68afee6f1536ab2241230a566be23018530d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",
}