Code Generators - Other
Code generation is the process by which a compiler converts a syntactically-correct program into a series of instructions that could be executed by a machine. The input to the code generation stage typically consists of a parse tree, abstract syntax tree, or intermediate language code; the target machine may be a physical machine such as a microprocessor, or an abstract machine such as a virtual machine or an intermediate language.
From : en.wikipedia.org/wiki/Code_generator
dTemplate
dTemplate - A simple yet powerful template handling logic with advanced features.
This module is aimed to be a fast, general-purpose, lightweight but easily extendible templating system.
With this module, you can write template-parsing routines in the way the templates are structured logically: starting from outside to inside. Your code will be clear, well-structured and easy to understand. This logic can be attained using by inline subroutines as values of template variables.
visit
dTemplate
dTemplate was visited : 201 times
Loading .....