Skip to main content

Crate tl_errors

Crate tl_errors 

Source

Structs§

LexerError
ParserError
RuntimeError
Span
A source location span (byte offsets into source text)
StackFrame
A frame in a stack trace.
TypeError

Enums§

TlError
All error types in the ThinkingLanguage compiler

Functions§

report_parser_error
Pretty-print a parser error with source context using ariadne
report_runtime_error
Pretty-print a runtime error
report_type_error
Pretty-print a type error with source context using ariadne
report_type_warning
Pretty-print a type warning with source context using ariadne