Source code generation
From Wikipedia, the free encyclopedia
Source code generation is the act of generating source code basing on an ontological model such as a template and is accomplished with a programming tool such as a template processor or an IDE. These tools allow the generation of source code through any of various means.
The simplest form of source code generator is a macro processor, such as the C preprocessor, which replaces patterns in source code according to relatively simple rules.
IDEs such as Microsoft Visual Studio have more advanced forms of source code generation, with which the programmer can interactively select and customize "snippets" of source code. Program "wizards", which allow the programmer to design graphical user interfaces interactively while the compiler invisibly generates the corresponding source code, are another common form of source code generation.
[edit] See also
[edit] External links
- Code Generation Network
- iCodeGenerator, an Open Source Code Generator
- Gigaframe Web Application Code Generator .NET
- My Persistent Objects
- OOMEGA - Model-driven Software Engineering and Templates for Data Percistany and Data Coding
- Article Domain-Specific Modeling for Full Code Generation from Methods & Tools
- Article Using Acceleo with GMF : Generating presentations from a MindMap DSM modeler
- Tool Code Author C# Code Generator
This article related to a type of software is a stub. You can help Wikipedia by expanding it. |