March 29, 2026
3:06 p.m.
Replace FIXME stubs in the lexer with proper error reporting using lex_error(). Date literal errors (unterminated, newline inside, invalid date) now report VBSE_SYNTAX_ERROR (1002). Invalid line continuation (underscore not followed by newline) now reports VBSE_INVALID_CHAR (1032). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10501