Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 490 Bytes

todo.md

File metadata and controls

20 lines (12 loc) · 490 Bytes

TODO

  • Run: WIP

  • Implement the scheduling the scheduling techniques of CEC

  • Fix escaping problems : An exit can't be linked to a not outside the fork-sync it is created. The solution is to link 'exit' to the sync and bind the sync to the correct escaping node.

  • Test files based on Esterel examples using pendulum.compiler lib

  • script to compare the results

  • test files from CEC ?

  • parser from Esterel to pendulum ast : DONE

  • Object oriented program interface : DONE