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 lexer encountered a character that cannot start a token

Metadata

  • Code: E1001
  • Default level: Error
  • Phase: Lexer
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E1001
  • Tags: lexer

How to fix

  • remove the character or replace it with a valid token
  • ensure the file is UTF-8

Typical output

E1001: invalid character
note: the lexer encountered a character that cannot start a token