Keyboard shortcuts

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

lex/expecting-whitespace

This happens when two forms that must be separated are written back to back without whitespace.

Mitigations

Add a space or newline between the two forms. If they are meant to be one token, rewrite them as a single valid token.