in reply to Re: Re: Templating system for generating C code?
in thread Templating system for generating C code?
Regarding keeping the logic outside: most, if not all templating systems work by receiving their data from the outside and doing only the output work. Some templating systems additionaly have more features (up to a [% PERL %] directive to embed perl code), but it's up to you to use them or not.
|
---|