the mother of all expressions
expressions
Note that most of these expressions follow the pattern
thisLevelExpression :
nextHigherPrecedenceExpression
(OPERATOR nextHigherPrecedenceExpression)*
which is a standard recursive definition for a parsing an expression.