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/invalid-keyword

This happens when a keyword literal is missing its name or has an invalid namespace or name shape. Common cases include :, ::, :/foo, ::/foo. Another common case is too many leading colons.

Mitigations

Use one of these shapes: :name, :ns/name, ::name, ::alias/name.