pub type FieldList = Vec<(Token, Expression)>;
An ordered list of Name = Value pairs.
This is usually used as the body of a tuple in the UCG AST.
pub struct FieldList { /* private fields */ }