forked from MichalBliznak/CodeDesigner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme_bin.txt
executable file
·44 lines (34 loc) · 1.44 KB
/
readme_bin.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
CodeDesigner RAD tool
------------------------------
Author: Michal Bliznak, 2010
e-mail: michal.bliznak@gmail.com
www: http://sourceforge.net/projects/codedesigner
What is CodeDesigner?
-------------------------
CodeDesigner is free and open-source RAD tool suitable for easy creation of various diagrams
describing applications' structure and logic (class diagrams, state charts, ...) and for generation
of production-ready source code from them. The application is available for MS Windows, Linux and
OS X and can be used as a free alternative to Enterprise Architect or IAR Visual State commercial
tools.
In contrast to other similar CASE tools the CodeDesigner is aimed to generation of production-ready
source code from supported diagrams. It means that not only application skeleton can be generated from
diagrams but complete full-featured application including its entry point (main function) can be produced
by a one click.
Supported diagrams:
- UML class diagrams
- Simple state chart
- Hierarchical (UML, Harel) state charts
Supported programming languages:
- ANSI C
- C++
- Python
Supported code generators:
- Class code generator (C++, Python)
- Simple state chart generator
- GOTO algorithm (C, C++)
- Loop Case algorithm (C, C++)
- Else-If algorithm (C, C++, Python)
- Hierarchical state chart generator
- GOTO algorithm (C, C++)
- Loop Case algorithm (C, C++)
- Else-If algorithm (C, C++, Python)