Difference between revisions of "Acceleo/Runtime"
< Acceleo
m (Acceleo runtime) |
m (Formatting) |
||
Line 3: | Line 3: | ||
Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler. | Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler. | ||
− | = Compiler = | + | == Compiler == |
− | == Benchmark == | + | === Benchmark === |
− | = Generation engine = | + | == Generation engine == |
− | == Benchmark == | + | === Benchmark === |
− | = Stand alone = | + | == Stand alone == |
The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application. | The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application. |
Revision as of 14:11, 8 January 2011
Contents
Runtime
Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler.
Compiler
Benchmark
Generation engine
Benchmark
Stand alone
The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application.