Module literal

Module literal 

Source
Expand description

Literal value parsing and conversion for AIMX expressions.

Provides the Literal enum and helpers to parse and convert booleans, numbers, text, dates, and tasks used by the expression engine. Key entry points: parse_literal, parse_bool, parse_task.

Enums§

Literal
Literal values supported by AIMX expressions.

Functions§

parse_bool
Parse a boolean literal: true or false.
parse_literal
Parse a literal value from input according to AIMX literal rules.
parse_task
Parse a task literal: [status] description.