Remember that for parsing expressions, we may write a gramma…

Remember that for parsing expressions, we may write a grammar where operators are left-associative, with rules such as     ::= ‘-‘ or we may write a grammar where operators are right-associative, with rules such as       ::= ‘-‘ For each purpose below, pick the grammar most suitable.