Ruta graveolens  ·  notes from a language experiment  ·  cultivated since 2025

E0010: Lexer diagnostics omitted

CodeCategoryStability
E0010LexerPermanent

Explanation

Rue stopped lexing one source file after retaining its first 100 lexical diagnostics. The earlier diagnostics remain available, and other source files are still processed.

Likely cause

The file contains many characters or malformed literals that cannot be tokenized, often because generated input is corrupt or the file is not Rue source. Fix the first reported errors before compiling again.

Examples

More than 100 lexical errors

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

References