Module collection

Module collection 

Source
Expand description

Parsing and evaluation for AIMX collection expressions.

A collection literal has the form { "key" = expr; ... } and is parsed into a Collection that evaluates to Value::Collection, storing keys mapped to unevaluated Expressions. Entries are evaluated lazily when accessed by the evaluator (e.g. via postfix indexing).

Structs§

Collection

Functions§

parse_collection