dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

Distinguish between source level language and internal language #71

Open edsko opened 9 years ago

edsko commented 9 years ago

We have introduced a distinction between SrcTy and Ty, but have not otherwise distinguished between the source level language and the internal language. However, there are more differences.

Only source level: Seq (and possibly some of the looping constructs) Only internal: VectComp, ReadSrc, WriteSnk, ReadInternal, WriteInternal, Mitigate

valderman commented 9 years ago

Also only internal, in parallel branch: ActivateTask and DeactivateSelf.