Module typedef

Module typedef 

Source
Expand description

Internal type identifiers and parsers used by the AIMX expression engine. Focused on type annotations, casts, function signatures, and runtime checks. Primary items: Typedef, parse_typedef, parse_literal_type

Enums§

Typedef
AIMX type identifiers for annotations, casts, signatures, and internal control. Variants include scalar, array, collection, and special engine-only types. Primary parser: parse_typedef.

Functions§

parse_literal_type
Parse a literal (non-array, non-special) scalar type identifier from input.
parse_typedef
Parse a type identifier from input (supports scalar, array, collection, and specials).