Expression type uint – CUE Design Director Script Language User Manual

Page 8

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 8 of 94

2.3.3.

Expression type uint

Expression type uint:

Expression_Type_Uint -> Expression_Type_Uint or Expression_A_Type_Uint |
Expression_A_Type_Uint

Expression_A_Type_Uint -> Expression_A_Type_Uint xor Expression_B_Type_Uint |
Expression_B_Type_Uint

Expression_B_Type_Uint -> Expression_B_Type_Uint and Expression_C_Uint |
Expression_C_Type_Uint

Expression_C_Type_Uint -> Expression_C_Type_Uint = Expression_D_Uint |
Expression_C_Type_Uint

<> Expression_D_Type_Uint | Expression_D_Type_Uint

Expression_D_Type_Uint -> Expression_D_Type_Uint < Expression_E_Type_Uint |
Expression_D_Type_Uint

> Expression_E_Type_Uint | Expression_D_Type_Uint >=

Expression_E_Type_Uint | Expression_D_Type_Uint <= Expression_E_Type_Uint |

Expression_E_Type_Uint

Expression_E_Type_Uint -> Expression_E_Uint + Expression_F_Type_Uint |
Expression_E_Type_Uint

Expression_F_Uint | Expression_F_Type_Uint

Expression_F_Type_Uint -> Expression_F_Type_Uint * Expression_G_Type_Uint |
Expression_F_Type_Uint

/ Expression_G_Type_Uint | Expression_F_Type_Uint mod

Expression_G_Type_Uint | Expression_G_Type_Uint

Expression_G_Type_Uint -> - Expression_G_Type_Uint | not Expression_G_Type_Uint |
Expression_H_Type_Uint

Expression_H_Type_Uint -> numeral constant | parameter_type_uint |

(Expression_Type_Uint) | Reference_To_Element_Type_Uint |

Function_Type_Uint

Advertising