kesterel2lustre

compile Kernel Esterel to Lustre
git clone https://a3nm.net/git/kesterel2lustre/
Log | Files | Refs | README

oneoftwo.strl (83B)


      1 module oneoftwo:
      2 input T;
      3 output S;
      4 loop
      5   emit S;
      6   pause;
      7   pause
      8 end
      9 end module