trident/src/syntax/lexer.md
ฯ 0.0%
Dimensions
trident/reference/errors/lexer
Lexer Errors [Back to Error Catalog](/trident-reference-errors) Unexpected character A character outside the Trident grammar was found. Source files must be ASCII. Fix: Remove the character. Check for copy-paste artifacts or encoding issues. Non-ASCII source (planned) Trident source is ASCII-only.โฆ