Skip to content

Releases: deckamil/mod-code-generator

v0.5.0-alpha

v0.5.0-alpha Pre-release
Pre-release

Choose a tag to compare

@deckamil deckamil released this 14 Apr 13:34
be5a4df
  • 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

v0.4.0-alpha Pre-release
Pre-release

Choose a tag to compare

@deckamil deckamil released this 08 Sep 16:59
27de852
  • 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

v0.3.0-alpha Pre-release
Pre-release

Choose a tag to compare

@deckamil deckamil released this 25 Jun 17:54
d156846
  • 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

v0.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@deckamil deckamil released this 10 Jun 13:13
510fbe7
  • Conversion of multilayer model structure into the configuration file
  • C code generation for that enhancement from the config file

v0.1.0-alpha

v0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@deckamil deckamil released this 11 Nov 10:21
3f1984f
  • 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)