reformatting
work on new reset functions generation
work on spec generation almost done
start with Spec AST generation
the generation of ACSL from machine code reveal too fragile as it occurs after several transformations (eg. fusion)
- Primitive Tiny backend- Renamed Mpfr to lustrec_mpfr- Introduced dependency in Zarith. Trying to move away from Num
Merge branch 'salsa' into lustrec-seal
Serious refactoring of scopes plug-in:- now properly records the scopes- only register requested ones
Some progress on EMF bqckend. Refactoring machines code
Merge branch 'unstable' into lustrec-seal
Pretty serious update:- a bug in regressio ntest Simulink/integrator_ext_IC_matrix_test revealed the following (serious issue): when building the list of instruction (in the machine code) the access to variable were hardcoded to LocalVar or StateVAr depending whether the variables was part of the identified memories....
Zustre backend
Further restructuring:- arrow.ml* to define basic builder for arrow (node, name, ...)- machine_code_common similar to corelang but for machine_code (printers, some builders, ...)- machine_code restricted to the translatation from normalized nodes to machines