boschresearch / blech

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

WIP: Activity context #22

Closed FriedrichGretz closed 3 years ago

FriedrichGretz commented 4 years ago

This pull request is work in progress. Use it to discuss code changes.

Current status:

FriedrichGretz commented 3 years ago

A short summary of what is left to do:

then integrate master and other features

FriedrichGretz commented 3 years ago

curComp will remain a ref type because the functions that manipulate it already return something else. The update of the current compilation is therefore a side-effect of code generation.

FriedrichGretz commented 3 years ago

This PR has been continued in PR #27