When using: ``` top: == &[intrinsic-top]; left: == &[intrinsic-left]; ``` I get the following error: `Uncaught Bad initializer to c.Equation` Using x, y works fine: ``` x: == &[intrinsic-x]; y: == &[intrinsic-y]; ``` I look in the parser and everything seems ok.