|
|
back to boardInvalid sequence in the example As an example of evaluating subexpression, (1, (2 * 3), 4) is shown. However, this is not a valid expression according to the grammar (* can only operate on sequences, not numbers). Which is correct? Expression is fixed. The grammar is correct. (-) |
|
|