[][src]Module rant::compiler

Structs

CompilerMessage

Describes the location and nature of a compiler message.

Position

Describes where in a source file a message was triggered.

RantCompiler

Enums

CompilerErrorKind

Describes why a compilation failed.

Problem

Describes a problem (warning/error) encountered when building a source.

Severity

Describes the severity of a compiler message.

Traits

Reporter

Provides an interface through which the compiler can report errors and warnings.

Type Definitions

CompileResult