Next: The Dezyne command-line tools, Previous: Defensive Design, Up: Top [Contents][Index]
Dezyne code cannot be directly run or compiled into an executable, instead,
the Dezyne code generator is used to translate Dezyne into an
intermediate target 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.
• Integrating C++ Code | ||
• Foreign Component | ||
• Thread-safe Shell | ||
• Integrating Scheme Code |