Revision 6a1a01d2
Added by Xavier Thirioux almost 10 years ago
- added
- modified
- copied
- renamed
- deleted
- src
- automata.ml (diff)
- backends
- causality.ml (diff)
- clock_calculus.ml (diff)
- clocks.ml (diff)
- compiler_common.ml (diff)
- corelang.ml (diff)
- corelang.mli (diff)
- expand.ml (diff)
- lustreSpec.ml (diff)
- machine_code.ml (diff)
- main_lustre_compiler.ml (diff)
- modules.ml (diff)
- normalization.ml (diff)
- optimize_machine.ml (diff)
- parser_lustre.mly (diff)
- printers.ml (diff)
- scheduling.ml (diff)
- typing.ml (diff)
- test
- Added major feature: Lustre V6 automata !!!
- one automata example added
- changed the reset condition in node calls (now a simple bool expr)
- bug corrected in clock calculus
- bug corrected in traceability info
- added field in variables to test whether they are original
or created by normalization process: better error message
for causality problems