heptagon/compiler/heptagon/analysis
Cédric Pasteur db5f55b221 Fixed when of stateful exp with memalloc
As the expression inside the when will be called 
on a faster rhythm, we have to make sure not to
share it with a variable on the slow clock.
We do this by creating a new equation for the 
stateful exp.
2012-01-25 09:33:08 +01:00
..
causal.ml Proper fix for causality 2011-10-18 09:51:35 +02:00
causality.ml Don't remove local variables in causality 2011-10-26 16:14:02 +02:00
hept_clocking.ml Better check signature error message 2011-12-12 11:30:18 +01:00
initialization.ml Fix automaton initialization. 2011-11-28 15:12:27 +01:00
linear_typing.ml Fixed linear typing of printf 2011-12-12 10:36:24 +01:00
stateful.ml Fixed when of stateful exp with memalloc 2012-01-25 09:33:08 +01:00
typing.ml global env misc 2011-12-12 11:08:47 +01:00
unsafe.ml Add ways to declare unsafe functions + unsafe fix 2011-11-21 03:26:26 +01:00