Releases: deckamil/mod-code-generator
Releases · deckamil/mod-code-generator
v0.5.0-alpha
- Conversion of conditional blocks (conditional IF – ELSE IF – ELSE branches) into the configuration file
- C code generation for that enhancement from the config file
v0.4.0-alpha
- Conversion of data constants into the configuration file
- Conversion of bitwise operators into the configuration file
- C code generation for those enhancements from the config file
v0.3.0-alpha
- Conversion of bool data types into the configuration file
- Conversion of logical operators into the configuration file
- Conversion of relational operators into the configuration file
- C code generation for those enhancements from the config file
v0.2.0-alpha
- Conversion of multilayer model structure into the configuration file
- C code generation for that enhancement from the config file
v0.1.0-alpha
- Model conversion from Modelio environment into the configuration file
- Model structure limited to 2-layers (one package layer + one component layer)
- Conversion of basic arithmetic operations (add, sub, div, mul)
- C code generation from the configuration file
- Draft documentation (installation, usage, modeling rules)