liblisa

Module semantics

Expand description

Semantics are defined in terms of Computations.

In order to support different kinds of definitions, Computation is a trait. The default implementation used by liblisa-synth can be found here.

Modules§

Structs§

Enums§

  • The type of an input or output of a Computation.
  • An optimized representation of an output type. In case of IoType::Integer, this representation pre-computes the bitmask needed to perform equality comparisons.

Constants§

Traits§

  • Implements the semantics of a single dataflow.