V1.
- The input language have evolved w.r.t v0. It provides almost all features of Zélus and a few more:
the Lustre and Lucid Synchrone stream operators, mutually recursive definition of streams, by-case definition of streams, last
and valued signals; two forms of iterations - foreach and forward; - a restricted form of higher-order (a function or node can take a function or node as an argument).
- The continuous-time operators (derivatives and zero-crossing) are in the ast but they are not yet treated by ZRun.
This version fixes various bugs and provides more examples.