Next: , Previous: , Up: Top   [Contents][Index]


8 Code Integration

Although Dezyne models can be simulated, the code is not suited for direct execution or compilation into machine executable code, instead, the a code generator is used to translate (transpile) Dezyne into an intermediate language, such as C++ (See Invoking dzn code).

The Dezyne code generator will produce human readable code that strongly resembles the Dezyne code without adding any unnecessary deviations.