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

a string literal was opened but never closed before end-of-file

Metadata

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

How to fix

  • add a closing quote to terminate the string literal

Typical output

E1003: unterminated string literal
note: a string literal was opened but never closed before end-of-file