generative-programming Questions
3
Solved
Intro
I'm looking for a pattern to convert C++ type traits into their variadic counterparts. A methodology to approach the problem would be appreciated and generative programming patterns to autom...
Timid asked 10/7, 2014 at 21:59
7
I find myself drawn to the Parsing Expression Grammar formalism for describing domain specific languages, but so far the implementation code I've found has been written in languages like Java and H...
Lithia asked 17/9, 2008 at 3:15
2
Typically in our work we use regular expressions in capture or match operations.
However, regular expressions can be used - manually at least - to generate legal sentences that match the regular e...
Contredanse asked 17/11, 2010 at 20:13
1
I've been using CodeSmith for the past 2 years and love what it does for me. However, I also know about T4 which is built in to Visual Studio and can do some pretty cool stuff too. Based on convers...
Mossgrown asked 29/3, 2010 at 14:40
2
Solved
I have a Perl program that generates parsing rules as subs from an input file. The subs are anonymously defined an put into a hash. Now, I want to export that hash, with all the subs and then load ...
Mariko asked 4/2, 2010 at 17:8
1
© 2022 - 2024 — McMap. All rights reserved.