Crate dmntk_feel

source ·
Expand description

FEEL definitions.

Modules

Definitions of built-in functions.
FEEL context.
FEEL values.

Macros

Creates a scope.
Creates Value::Null with optional tracing message.

Structs

FEEL number.
FEEL name.
FEEL QualifiedName.
The FEEL scope.

Enums

Node of the Abstract Syntax Tree for FEEL grammar.
Function body may be defined in FEEL or DMN in many ways. This enum is the representation of all of these cases.

Constants

Traits

Trait for converting FEEL artifact into FEEL string.

Functions

Returns true when the specified type name is a built-in type.

Type Definitions

Type alias of the function that evaluates FEEL expression or DMN model into Value.
Type for optional AST node.