Which of the following parser rules would most likely result in matching an assignment statement?

Question 16 options:

expr TOKEN_ASSIGN expr TOKEN_SEMI


TOKEN_VAR expr TOKEN_SEMI


TOKEN_VARIABLE expr TOKEN_SEMI block


none of the above