Scrumplesplunge / compiler-project

The repository for the fourth-year project of my undergraduate Masters degree.
0 stars 0 forks source link

Implement Alternative Blocks #3

Open Scrumplesplunge opened 8 years ago

Scrumplesplunge commented 8 years ago

Alternative blocks are more complicated than other constructs in Occam due to the need to perform both setup and teardown for each guard whilst maintaining the location of the workspace pointer. This makes it necessary to be slightly smarter about the positioning of the replicator variables for the construct.

Scrumplesplunge commented 8 years ago

Basic alternatives are now implemented, but replicated alternatives are not.