The `error()` function in the compiler now returns early when the offending token is of type `TOKEN_ERROR`, preventing the lexer's already-reported error from being emitted a second time to stderr. This eliminates redundant error messages for malformed tokens.