Package

org.emmalanguage.api

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. trait ComprehensionCombinators[E] extends AnyRef

    Permalink

    Comprehension combinators (backend-agnostic IR nodes).

  2. trait Runtime[E] extends AnyRef

    Permalink

    Runtime operators (backend-agnostic IR nodes API).

Value Members

  1. object LocalOps extends ComprehensionCombinators[LocalEnv] with Runtime[LocalEnv]

    Permalink

    Operators added by backend-agnostic transformations.

    Operators added by backend-agnostic transformations.

    Do not use those directly unless you want to hardcode physical execution aspects such as join order and caching and you know exactly what you are doing.

Ungrouped