package zelus

  1. Overview
  2. Docs
A synchronous language with ODEs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.1.tar.gz
sha256=cb0f7bacc33a4bb425683e2def67359fcf6d402545a32f7f953c4822a9a01862
md5=83fb886e4b14ce286e7a6eb59248be4b

doc/zelus.zlcompilerlibs/Letin/index.html

Module Letin

val empty : ctx
val par : ctx -> ctx -> ctx
val seq : ctx -> ctx -> ctx
val add : Zelus.eq -> ctx -> ctx
val optional : ('a -> 'b * ctx) -> 'a option -> 'b option * ctx
val par_fold : ('a -> 'b * ctx) -> 'a list -> 'b list * ctx
val equations : Zelus.eq Misc.State.t -> Zelus.eq list
val expression : Zelus.exp -> Zelus.exp * ctx

Translation of expressions

val equation : Zelus.eq -> ctx

Translate an equation.

val par_equation_list : Zelus.eq list -> ctx
val seq_equation_list : Zelus.eq list -> ctx
val block : Zelus.eq list Zelus.block -> Zelus.eq list Zelus.block

Translating a block

val local : Zelus.local -> ctx
val local_list : Zelus.local list -> ctx
OCaml

Innovation. Community. Security.