Monday, Aug 25, 2003, 9:20 PM
Novel Approach to CodeGen
Here. This code generator keeps the template right there with the generated source code. Pretty cool!
2 comments
on this post
Meir Pletinsky:
Yeah, it's cool. I also proposed to use ASP syntax in code template (back in March 2001 on the dotnet developmentor list). This one is very powerful by combining template code and result in the same source as you said, but it can also be a problem when you generate several different instances from the same template (otherwise why to generate). Intresting also that this guy did not use hosted ASP.NET, but invoked CodeGen manually.
Chris Sells:
Clearly the use of ASP exemplar syntax is not the novel part.
comment on this post