boschresearch / blech

Blech is a language for developing reactive, real-time critical embedded software.
Apache License 2.0
72 stars 5 forks source link

[Todo] Complete .h-files for modules #42

Open schorg opened 3 years ago

schorg commented 3 years ago

C code generation for modules needs completion.

Related to feature/modules

To do:

schorg commented 3 years ago

This is still open in the pre-release development branch. No code is generated for constants. Constants are evaluated at compile-time. This is a problem as soon as we allow to access blech constants from C code. Doc comments are still missing in the .h file.