Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

the parser found a token that does not fit the grammar

Metadata

  • Code: E1100
  • Default level: Error
  • Phase: Parser
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E1100
  • Tags: parser

How to fix

  • check for missing keywords, operators, or delimiters nearby

Typical output

E1100: unexpected token
note: the parser found a token that does not fit the grammar