-
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