lex/incomplete-character
This happens when a character literal starts but no complete character value follows.
Mitigations
Complete the character literal. Examples include \a, \space, \newline. Otherwise remove the partial literal.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This happens when a character literal starts but no complete character value follows.
Complete the character literal. Examples include \a, \space, \newline. Otherwise remove the partial literal.