Crate dmntk_feel[][src]

Expand description

FEEL definitions.

Modules

bif

Definitions of built-in functions.

context

Utilities for operating on context.

dto
values

FEEL values.

Structs

FeelDate

FEEL date.

FeelDateTime

FEEL date and time.

FeelDaysAndTimeDuration

Days and time duration in FEEL. Holds the number of seconds and number of nanoseconds of the duration.

FeelTime

FEEL time. Stored as hour, minute, second, nanosecond and zone.

FeelYearsAndMonthsDuration

Years and months duration in FEEL. Holds the number of months in the duration.

Name

FEEL name.

QualifiedName

FEEL QualifiedName.

Scope

The FEEL scope.

Enums

AstNode

Node of the Abstract Syntax Tree for FEEL grammar.

FeelType

Functions

is_built_in_type_name

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

is_integer

Checks if the floating-point value is an integer, that is, has no (or very small) fractional part.

round_half_to_even

Rounds the nearest half even with specified scale.

subtract

Type Definitions

OptAstNode

Type for optional AST node.

OptName

Common type definition for optional name.