Skip to content
Snippets Groups Projects
Erwan Jahier's avatar
erwan authored
The generated code for tests on boolean output was wrong. Indeed, it
was generating

  if (o1 == _true) {

instead of

  if (*o1 == _true) {

nb : a warning was emited
803db856
History
lustre-v6 - The Lustre V6 Verimag compiler
==========================================

This package contains:\n - lus2lic: the (current) name of the compiler (and
interpreter via -exec) - the lustre-v6 ocaml lib: allows to call the Lustre
v6 interpreter ocaml - the lustre-v6 rdbg plugin: allows to debug Lustre v6
program wth rdbg

See the file [INSTALL.txt](INSTALL.txt) for building and installation
instructions.

[Home page](http://www-verimag.imag.fr/lustre-v6.html)

Copyright and license
---------------------

lustre-v6 is distributed under the terms of the Proprietary license, all
rights reserved.