NAME

Zuzu::Error::Compile - compile-time error for parsing/analysis failures

DESCRIPTION

Represents failures detected before execution.

Typical examples include syntax errors, use of undeclared identifiers detected by the parser, and invalid declarations such as using = instead of :=.

INHERITANCE

Inherits from Zuzu::Error.

METHODS

kind

Returns CompileError.

COPYRIGHT AND LICENCE

Zuzu::Error::Compile is copyright Toby Inkster.

It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.