Difference between revisions of "Simple custom compile-time DSL"

From D Wiki
Jump to: navigation, search
(Initial)
 
m (fix fb)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Cookbook
 +
|category=Meta Programming
 +
|level=Novice
 +
|type=Recipe
 +
|status=Draft
 +
|time=10 min
 +
|dversion=D2
 +
|display=none
 +
}}
 +
 
'''TODO'''
 
'''TODO'''
 
======[Semantic Metadata]======
 
 
[[Category: Cookbook]]
 
[[Category: Meta Programming]]
 
 
[[Level::Novice]]
 
[[Cookbook/Type::Recipe]]
 
[[Cookbook/Status::Draft]]
 
[[Read time::10 min]]
 
[[D Version::D2]]
 

Latest revision as of 05:22, 16 December 2012

Level: Novice
Cookbook Type: Recipe
Cookbook Status: Draft
Approximate reading time: 10 min
0.166 hr
D Version: D2


TODO