lex/unexpected-character
This happens when the source contains a character that cannot start any valid jank token in that position.
Mitigations
Either remove or replace the stray character. If it was intentional, put it inside a string or another valid form.