Hi, I have a small question not related to code.
Not sure if it's a language thing (English is not my primary language), but the syntax of compile error messages seems weird to me. For example:
|
consume(TOKEN_RIGHT_PAREN, "Expect ')' after arguments."); |
Why is the verb "Expect" and not "Expected"?
Thanks!